Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added the LuxVar type to properly specify the type of environment bindings. | Eduardo Julian | 2015-05-04 | 1 | -0/+6 |
| | | | | | | | | | - 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. | ||||
* | - Added alias-lux to import lux.lux definitions. | Eduardo Julian | 2015-05-04 | 1 | -0/+12 |
- Fixed a few bugs both in lux.lux & the compiler. - Added exports to the language. |