aboutsummaryrefslogtreecommitdiff
path: root/src/lang/analyser.clj (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-14Added Java class imports.Eduardo Julian1-3/+21
2014-12-13+ Removed "module" special form.Eduardo Julian1-7/+1
+ Fixed a bug that was preventing multi-line comments from being truly multi-line.
2014-12-12Added let (local vars).Eduardo Julian1-0/+13
2014-12-12Analyser can now distinguish between local and global vars & point the ↵Eduardo Julian1-26/+32
compiler to the right place to look for data.
2014-12-11+ Added an analysis phase.Eduardo Julian1-0/+191
+ Added a type-system.