aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-10- Switched to the new prefix convention for both lux's special forms and the ↵Eduardo Julian1-5/+5
host's. - Made a few optimizations to speed-up the now slowed-down compiler.
2015-05-10- Now analysing function-application backwards.Eduardo Julian1-3/+3
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.