aboutsummaryrefslogtreecommitdiff
path: root/project.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian2015-05-041-3/+4
| | | | | | | | | - Implemented "using". - Implemented jvm-program. - Corrected some primitive (un)wrapping errors in lux.compiler.host. - jvm-program is now scoped to enable local variables. - The types of definitions are now stored within the module dictionary. - Added a "main" method that just compiles program.lux.
* - Optimized the compiler by eliminating reflection.Eduardo Julian2015-05-031-1/+2
|
* * Time to start compiling...Eduardo Julian2014-12-011-1/+2
|
* + Can lex basic tokens.Eduardo Julian2014-11-251-0/+7
+ Can parse basic syntax. + Can eval integer multiplication.