aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian2015-05-041-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 Julian2015-05-041-0/+12
- Fixed a few bugs both in lux.lux & the compiler. - Added exports to the language.