Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Made several optimizations to the compiler. | Eduardo Julian | 2015-05-06 | 1 | -2/+2 |
| | | | - Also removed several unused definitions. | ||||
* | - Added the LuxVar type to properly specify the type of environment bindings. | Eduardo Julian | 2015-05-04 | 1 | -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 Julian | 2015-05-03 | 1 | -1/+2 |
| | |||||
* | * Time to start compiling... | Eduardo Julian | 2014-12-01 | 1 | -1/+2 |
| | |||||
* | + Can lex basic tokens. | Eduardo Julian | 2014-11-25 | 1 | -0/+7 |
+ Can parse basic syntax. + Can eval integer multiplication. |