summaryrefslogtreecommitdiff
path: root/frontend/rename.ml
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/rename.ml')
-rw-r--r--frontend/rename.ml10
1 files changed, 9 insertions, 1 deletions
diff --git a/frontend/rename.ml b/frontend/rename.ml
index 9c4cc31..71ec321 100644
--- a/frontend/rename.ml
+++ b/frontend/rename.ml
@@ -1,4 +1,12 @@
-(* Scope analyzer *)
+(*
+ Scope analyzer
+
+ Does a tiny bit of renaming, so that in a given node, every
+ variable declaration is unique.
+
+ Variable name unicity is not assured program-wide. Node paths are
+ handled only once the program has been "rooted" (see fronted/typing.ml)
+*)
open Ast
open Util