aboutsummaryrefslogtreecommitdiff
path: root/source (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-07- Type checking of polymorphic functions now relies on ExT types to guarantee...Eduardo Julian2-3/+5
2015-09-06- Added the (untested) inference of tuple destructuring.Eduardo Julian4-82/+72
2015-09-06- Added type-inference when constructing tuples.Eduardo Julian5-104/+107
2015-09-06- Removed the (unnecessary) lux/meta/macro module.Eduardo Julian13-98/+90
2015-09-06- Expanded the standard library.Eduardo Julian12-42/+332
2015-09-02- Added a new (albeit small) I/O library with host-dependent functions.Eduardo Julian5-46/+76
2015-09-01- Added the lux/meta/type module (still missing equality due to an issue with...Eduardo Julian1-0/+157
2015-09-01- Fixed the implementation of the Rec macro, which forgot to do application o...Eduardo Julian1-60/+111
2015-09-01- Added a macro to write recursive types.Eduardo Julian4-118/+136
2015-08-31- Found a compromise with the issue of certain definitions clashing with each...Eduardo Julian9-373/+373
2015-08-30- Added call/cc to lux/codata/lazy.Eduardo Julian2-2/+8
2015-08-30- Removed the (now obsolete) `' macro.Eduardo Julian7-459/+496
2015-08-29- Remove the (unnec) "All'" and "->'" macros.Eduardo Julian19-259/+260
2015-08-29- Added some compiler optimizations.Eduardo Julian13-307/+215
2015-08-29- Removed the (unnecessary) lux/data/cont module.Eduardo Julian5-87/+93
2015-08-28- Changed the name of AllT (for-all type) to UnivQ (universal quantification).Eduardo Julian2-430/+460
2015-08-28The environments of AllT types are no longer stored inside a Maybe.Eduardo Julian1-29/+24
2015-08-28Changed the license from EPL to MPL.Eduardo Julian39-273/+156
2015-08-28Due to several performance issues and my inability to optimize them away due ...Eduardo Julian7-497/+494
2015-08-23- Restructuring how sums & products work [part 3]Eduardo Julian7-172/+186
2015-08-23- Restructuring how sums & products work [part 2]Eduardo Julian1-72/+82
2015-08-23- Restructuring how sums & products work [part 1]Eduardo Julian1-255/+234
2015-08-17- Finished turning tags into indices.Eduardo Julian19-467/+547
2015-08-16Introduced named types (#NamedT Ident Type).Eduardo Julian1-194/+235
2015-08-16Unified tuples & records.Eduardo Julian1-179/+152
2015-08-16- Some clean-up of needless code.Eduardo Julian1-171/+105
2015-08-12- Changing tags so they're actually indices (part 4). Eduardo Julian1-23/+4
2015-08-12- Changing tags so they're actually indices (part 3). Eduardo Julian1-50/+58
2015-08-10- Changing tags so they're actually indices (part 2).Eduardo Julian1-4/+4
2015-08-10- Changing tags so they're actually indices (part 1).Eduardo Julian1-118/+190
2015-08-05- Local vars can now longer have prefixed symbols.Eduardo Julian7-139/+152
2015-08-05- The compiler now stores the cursor of the last analysed AST in order to avo...Eduardo Julian2-15/+30
2015-08-04- Struct definition no longer required prefixed members (now, it actually pro...Eduardo Julian19-356/+371
2015-08-04- Renamed the Syntax type to AST.Eduardo Julian15-241/+271
2015-08-04- Added a macro for exporting definitions (to not depend on the #export tag o...Eduardo Julian6-32/+47
2015-08-03- Type definitions inside the compiler data now hold the type itself.Eduardo Julian4-22/+48
2015-08-03Implemented text-interpolation through a macro ("<>") in lux/data/textEduardo Julian6-24/+89
2015-08-02- Added a module for hashing.Eduardo Julian8-281/+431
2015-07-31- Did some refactoring of the standard library.Eduardo Julian27-711/+1080
2015-07-29- lux;using no longer prefixes variables.Eduardo Julian11-96/+67
2015-07-26- Changed the name of lux/host/java to lux/host/jvmEduardo Julian9-195/+145
2015-07-26- Fixed a pattern-matching error where generalizations of types (universal-qu...Eduardo Julian8-93/+133
2015-07-25- The output directory is now being used as the cache.Eduardo Julian31-0/+5222
2015-06-20- The directory for source-code is now named "input".Eduardo Julian2-2184/+0
2015-06-12- Added imports.Eduardo Julian1-18/+24
2015-06-10- Reimplemented module-aliasing.Eduardo Julian1-26/+35
2015-06-09- Put definition metadata into the generated .class files.Eduardo Julian1-23/+6
2015-05-31- Finished _jvm-interface_ & _jvm-class_.Eduardo Julian1-93/+114
2015-05-27- _jvm_program now relies on the (IO (,)) type.Eduardo Julian2-10/+8
2015-05-26- Now using an in-memory class-loader.Eduardo Julian1-2/+4