aboutsummaryrefslogtreecommitdiff
path: root/project.clj (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-03- Type definitions inside the compiler data now hold the type itself.Eduardo Julian1-1/+1
- Value definitions inside the compiler data now hold the value itself. - Fixed a few bugs.
2015-05-06- Made several optimizations to the compiler.Eduardo Julian1-2/+2
- Also removed several unused definitions.
2015-05-04- Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian1-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.
2015-05-03- Optimized the compiler by eliminating reflection.Eduardo Julian1-1/+2
2014-12-01* Time to start compiling...Eduardo Julian1-1/+2