aboutsummaryrefslogtreecommitdiff
path: root/src/lang.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added module imports.Eduardo Julian2014-12-141-1/+1
|
* Added Java class imports.Eduardo Julian2014-12-141-4/+49
|
* + Removed "module" special form.Eduardo Julian2014-12-131-7/+7
| | | + Fixed a bug that was preventing multi-line comments from being truly multi-line.
* Added let (local vars).Eduardo Julian2014-12-121-1/+0
|
* Analyser can now distinguish between local and global vars & point the ↵Eduardo Julian2014-12-121-2/+2
| | | | compiler to the right place to look for data.
* + Added an analysis phase.Eduardo Julian2014-12-111-1/+30
| | | + Added a type-system.
* Now compiling tagged values.Eduardo Julian2014-12-091-1/+4
|
* Now can define constants in modules.Eduardo Julian2014-12-091-4/+2
|
* Can now define inside modules: simple classes with public fields.Eduardo Julian2014-12-081-0/+3
|
* Added modules.Eduardo Julian2014-12-081-4/+20
|
* Cleaned up a lot of useless code and removed the state monad from the ↵Eduardo Julian2014-12-071-8/+6
| | | | compilation phase (the ASM library already works as a state monad).
* Added some super-basic type-system.Eduardo Julian2014-12-021-1/+2
|
* Doing some basic compilation.Eduardo Julian2014-12-011-0/+26