aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Changed the license in the project.clj file (had forgotten until now).Eduardo Julian2015-09-301-56/+0
* - Now the file-name & the line numbers are stored inside the .class files for...Eduardo Julian2015-09-161-2/+2
* - Removed the (unnecessary) lux/meta/macro module.Eduardo Julian2015-09-061-1/+0
* - Expanded the standard library.Eduardo Julian2015-09-061-2/+3
* - Added a new (albeit small) I/O library with host-dependent functions.Eduardo Julian2015-09-021-12/+18
* - Added a macro to write recursive types.Eduardo Julian2015-09-011-15/+14
* Changed the license from EPL to MPL.Eduardo Julian2015-08-281-7/+4
* - Renamed the Syntax type to AST.Eduardo Julian2015-08-041-2/+3
* Implemented text-interpolation through a macro ("<>") in lux/data/textEduardo Julian2015-08-031-3/+4
* - Added a module for hashing.Eduardo Julian2015-08-021-0/+1
* - Did some refactoring of the standard library.Eduardo Julian2015-07-311-14/+17
* - lux;using no longer prefixes variables.Eduardo Julian2015-07-291-5/+5
* - Changed the name of lux/host/java to lux/host/jvmEduardo Julian2015-07-261-1/+1
* - Fixed a pattern-matching error where generalizations of types (universal-qu...Eduardo Julian2015-07-261-1/+1
* - The output directory is now being used as the cache.Eduardo Julian2015-07-251-0/+48
* - The directory for source-code is now named "input".Eduardo Julian2015-06-201-15/+0
* - _jvm_program now relies on the (IO (,)) type.Eduardo Julian2015-05-271-4/+1
* - Corrected the indentation issues in the lux files.Eduardo Julian2015-05-221-4/+4
* - Removed the apparently unnecessary total-locals.Eduardo Julian2015-05-141-1/+1
* - Switched to the new prefix convention for both lux's special forms and the ...Eduardo Julian2015-05-101-5/+5
* - Now analysing function-application backwards.Eduardo Julian2015-05-101-3/+3
* - Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian2015-05-041-0/+6
* - Added alias-lux to import lux.lux definitions.Eduardo Julian2015-05-041-0/+12