Updated Compiler module reference (markdown)
This commit is contained in:
parent
d579681219
commit
719d864ea7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue