Updated Compiler module reference (markdown)

This commit is contained in:
Daniil Yarancev 2017-10-16 15:33:29 +03:00
parent d579681219
commit 719d864ea7
1 changed files with 86 additions and 86 deletions

View File

@ -1,13 +1,13 @@
**This wiki page was written quickly and may contain information which is out of date or needs to be worded better.** **This wiki page was written quickly and may contain information which is out of date or needs to be worded better.**
### Module ### Module
###Aliases.nim - Alias Analysis ### aliases.nim - Alias Analysis
Used for term-rewriting macros. Buggy for this purpose because it has been rewritten with something completely different in mind. Analysis is both value and type based. Looks for areas Used for term-rewriting macros. Buggy for this purpose because it has been rewritten with something completely different in mind. Analysis is both value and type based. Looks for areas
###Ast.nim ### ast.nim
Tree structure Tree structure
###Astalgo ### astalgo
contains helpers and debug procedures, which work on symbols, types, and node. contains helpers and debug procedures, which work on symbols, types, and node.
### babel.cmd ### babel.cmd