aboutsummaryrefslogtreecommitdiff
path: root/source/lux/data (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Removed the Lux source from the repo, as it now belongs to the lux/stdlib p...Eduardo Julian2015-10-0412-1018/+0
* - Changed the license in the project.clj file (had forgotten until now).Eduardo Julian2015-09-303-0/+23
* - Added a rule that Void is a subtype of every other type.Eduardo Julian2015-09-281-1/+1
* - :: no longer demands prefixes for the struct membersEduardo Julian2015-09-155-13/+13
* - Renamed "this" to "_jvm_this".Eduardo Julian2015-09-141-42/+0
* - Added the possibility to define anonymous classes.Eduardo Julian2015-09-142-1/+6
* - Primitive data-types can now be parameterized by other types.Eduardo Julian2015-09-121-0/+3
* - Updated the standard library.Eduardo Julian2015-09-113-104/+75
* - A few minor fixes in the standard library.Eduardo Julian2015-09-084-21/+34
* - Added the (untested) inference of tuple destructuring.Eduardo Julian2015-09-061-2/+2
* - Added type-inference when constructing tuples.Eduardo Julian2015-09-061-2/+1
* - Removed the (unnecessary) lux/meta/macro module.Eduardo Julian2015-09-064-14/+7
* - Expanded the standard library.Eduardo Julian2015-09-065-11/+130
* - Added a new (albeit small) I/O library with host-dependent functions.Eduardo Julian2015-09-021-11/+0
* - Added a macro to write recursive types.Eduardo Julian2015-09-011-15/+6
* - Found a compromise with the issue of certain definitions clashing with each...Eduardo Julian2015-08-313-25/+25
* - Added call/cc to lux/codata/lazy.Eduardo Julian2015-08-301-2/+2
* - Removed the (now obsolete) `' macro.Eduardo Julian2015-08-303-15/+14
* - Remove the (unnec) "All'" and "->'" macros.Eduardo Julian2015-08-2911-88/+88
* - Added some compiler optimizations.Eduardo Julian2015-08-292-69/+9
* - Removed the (unnecessary) lux/data/cont module.Eduardo Julian2015-08-294-83/+52
* Changed the license from EPL to MPL.Eduardo Julian2015-08-2814-98/+56
* Due to several performance issues and my inability to optimize them away due ...Eduardo Julian2015-08-282-31/+33
* - Restructuring how sums & products work [part 3]Eduardo Julian2015-08-232-33/+31
* - Finished turning tags into indices.Eduardo Julian2015-08-1711-95/+95
* - Local vars can now longer have prefixed symbols.Eduardo Julian2015-08-051-1/+1
* - Struct definition no longer required prefixed members (now, it actually pro...Eduardo Julian2015-08-0411-96/+96
* - Renamed the Syntax type to AST.Eduardo Julian2015-08-044-13/+16
* - Added a macro for exporting definitions (to not depend on the #export tag o...Eduardo Julian2015-08-042-2/+2
* - Type definitions inside the compiler data now hold the type itself.Eduardo Julian2015-08-032-11/+27
* Implemented text-interpolation through a macro ("<>") in lux/data/textEduardo Julian2015-08-033-20/+61
* - Added a module for hashing.Eduardo Julian2015-08-022-52/+43
* - Did some refactoring of the standard library.Eduardo Julian2015-07-3116-298/+301
* - lux;using no longer prefixes variables.Eduardo Julian2015-07-293-5/+5
* - Changed the name of lux/host/java to lux/host/jvmEduardo Julian2015-07-264-46/+35
* - Fixed a pattern-matching error where generalizations of types (universal-qu...Eduardo Julian2015-07-263-6/+8
* - The output directory is now being used as the cache.Eduardo Julian2015-07-2518-0/+1043