aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* - lux;using no longer prefixes variables.Eduardo Julian2015-07-2912-367/+544
* - Changed the name of lux/host/java to lux/host/jvmEduardo Julian2015-07-265-48/+29
* - Fixed a pattern-matching error where generalizations of types (universal-qu...Eduardo Julian2015-07-269-141/+234
* - The output directory is now being used as the cache.Eduardo Julian2015-07-256-160/+165
* /cache and /output now using same format.Eduardo Julian2015-07-258-196/+84
* - Removed the "seen-sources" field from the compiler state.Eduardo Julian2015-07-245-89/+80
* - Fixed an error when compiling Java field access (both static & virtual).Eduardo Julian2015-07-248-185/+209
* - Added a way to pass the cursor from un-expanded macro-forms to their expans...Eduardo Julian2015-07-212-4/+10
* - Added a few more modules.Eduardo Julian2015-07-192-20/+29
* Added copyright notice on all files that missed it.Eduardo Julian2015-07-1922-1/+176
* - Some bug fixes.Eduardo Julian2015-07-198-364/+382
* - Added a ' (quote) macro that works like ` (backquote), without unquote or u...Eduardo Julian2015-07-142-12/+87
* - Added the beginnings of the standard library.Eduardo Julian2015-07-1212-122/+247
* - The backwards analysis of function application is back.Eduardo Julian2015-06-213-105/+108
* - The directory for source-code is now named "input".Eduardo Julian2015-06-2012-240/+466
* - Added imports.Eduardo Julian2015-06-128-55/+121
* - Reimplemented module-aliasing.Eduardo Julian2015-06-103-33/+73
* - Now displaying the location where the analyser finds error (file-name, line...Eduardo Julian2015-06-093-219/+229
* - Put definition metadata into the generated .class files.Eduardo Julian2015-06-091-6/+146
* - Finished _jvm-interface_ & _jvm-class_.Eduardo Julian2015-05-318-102/+254
* - Now storing the hash of the source file as a final, static field of the gen...Eduardo Julian2015-05-272-5/+9
* - _jvm_program now relies on the (IO (,)) type.Eduardo Julian2015-05-273-7/+82
* - Now using an in-memory class-loader.Eduardo Julian2015-05-263-16/+47
* - Cleaned-up a few things in lux.luxEduardo Julian2015-05-2410-330/+332
* - Added a simple optimization based on the idea of avoiding to compare 2 type...Eduardo Julian2015-05-221-33/+35
* - Corrected the indentation issues in the lux files.Eduardo Julian2015-05-229-157/+227
* - Removed the apparently unnecessary total-locals.Eduardo Julian2015-05-143-110/+2
* - Multi-line comments have returned.Eduardo Julian2015-05-143-19/+62
* - Changed the names of the tags of the Syntax type to differentiate them bett...Eduardo Julian2015-05-107-189/+189
* - Switched to the new prefix convention for both lux's special forms and the ...Eduardo Julian2015-05-108-211/+238
* - Now analysing function-application backwards.Eduardo Julian2015-05-104-81/+84
* - Eliminated #eval-ctor from the HostState and now #seed is used for the same...Eduardo Julian2015-05-075-50/+42
* - Made several optimizations to the compiler.Eduardo Julian2015-05-0614-243/+177
* - Made some small optimizations in the compiler.Eduardo Julian2015-05-069-95/+108
* - Removed a few unused definitions inside lux.baseEduardo Julian2015-05-061-91/+3
* - Removed all the unnecesary comments.Eduardo Julian2015-05-0620-1002/+689
* v0.1Eduardo Julian2015-05-042-10/+81
* - Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian2015-05-0410-117/+203
* - Added alias-lux to import lux.lux definitions.Eduardo Julian2015-05-048-59/+108
* - Added def-aliasing.Eduardo Julian2015-05-033-22/+54
* - Added ;;self-prefixes.Eduardo Julian2015-05-032-90/+94
* - Optimized the compiler by eliminating reflection.Eduardo Julian2015-05-0314-133/+78
* - Fixed escaping in charsEduardo Julian2015-05-032-4/+4
* - The type syntax is finally complete ^_^Eduardo Julian2015-05-037-51/+36
* - Implemented some new macros & functions in lux.lux.Eduardo Julian2015-05-023-36/+39
* - Finally got find-macro & macro-expand to work... (Note: type-vars bug is st...Eduardo Julian2015-05-023-71/+78
* - Added existential types via #ExT.Eduardo Julian2015-05-013-46/+18
* Optimized the compiler with 2 tweaks:Eduardo Julian2015-05-0111-123/+104
* - Added the lux;seed slot to the compiler state.Eduardo Julian2015-05-015-34/+74
* - declare-macro has returned.Eduardo Julian2015-05-017-67/+157