aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04- Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian1-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.
2015-05-04- Added alias-lux to import lux.lux definitions.Eduardo Julian1-0/+12
- Fixed a few bugs both in lux.lux & the compiler. - Added exports to the language.