From a7cb1e8d06e62c710c3cdfc4b225e8b4a8c26205 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 2 Jul 2017 16:06:34 -0400 Subject: - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition". --- new-luxc/source/luxc/lang/analysis.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'new-luxc/source/luxc/lang') diff --git a/new-luxc/source/luxc/lang/analysis.lux b/new-luxc/source/luxc/lang/analysis.lux index 308296086..9b7c000f3 100644 --- a/new-luxc/source/luxc/lang/analysis.lux +++ b/new-luxc/source/luxc/lang/analysis.lux @@ -28,8 +28,8 @@ (#Function Scope Analysis) (#Apply Analysis Analysis) (#Procedure Text (List Analysis)) - (#Relative Ref) - (#Absolute Ident)) + (#Variable Ref) + (#Definition Ident)) ## Variants get analysed as binary sum types for the sake of semantic ## simplicity. @@ -56,7 +56,7 @@ (case value (#Sum _) (#Case value (list [(#BindP temp) - (#Relative (#;Local temp))])) + (#Variable (#;Local temp))])) _ value) -- cgit v1.2.3