aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05333-966/+966
* Added a chapter on cross-platform Lux.Eduardo Julian2021-09-0525-155/+402
* Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2021-09-057-26/+53
* De-taggification | part 3Eduardo Julian2021-09-056-168/+135
* Handled formatting issues in documentation.Eduardo Julian2021-09-0534-356/+221
* Appendix H: AedifexEduardo Julian2021-09-045-15/+295
* Better type-declaration documentation.Eduardo Julian2021-09-045-33/+45
* De-taggification | part 2Eduardo Julian2021-09-041014-6764/+6764
* Unified tuple and record syntax.Eduardo Julian2021-09-03213-1747/+1869
* De-taggification | part 1Eduardo Julian2021-09-0137-202/+225
* Updates to the JS compiler.Eduardo Julian2021-09-0119-273/+297
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-305-22/+31
* De-taggification | part 0Eduardo Julian2021-08-2967-36924/+578
* Better parameterized type documentation.Eduardo Julian2021-08-2992-293/+36942
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-2941-644/+1008
* Updates to the Ruby compiler.Eduardo Julian2021-08-27297-2332/+2976
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2672-750/+774
* Updates to the Lua compiler.Eduardo Julian2021-08-25138-2471/+4247
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24586-6954/+8667
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-23331-2945/+4359
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-2152-185/+2303
* More fixes.Eduardo Julian2021-08-2054-441/+2045
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-19112-1035/+3426
* Some bug fixes.Eduardo Julian2021-08-18458-3994/+5342
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16279-1899/+3019
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-14112-508/+1485
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-13195-1158/+1616
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-12206-1020/+1484
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11436-3804/+4184
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-09335-3321/+3887
* No more #export magic syntax.Eduardo Julian2021-08-08818-6378/+6733
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07298-1921/+2286
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-02152-1115/+1534
* Even more renamings.Eduardo Julian2021-08-01212-1106/+1343
* Yet more renamings.Eduardo Julian2021-07-3173-756/+1191
* More renamings.Eduardo Julian2021-07-30190-1025/+1502
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-29102-708/+1027
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-28194-2180/+2583
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27463-8729/+9038
* Re-named Promise to Async.Eduardo Julian2021-07-26213-2239/+2473
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25279-2679/+2782
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-2418-85/+476
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-237-179/+448
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-2211-253/+1283
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-2015-358/+589
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-199-102/+309
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1837-416/+720
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-1772-162/+466
* Now properly loading cached modules.Eduardo Julian2021-07-1743-424/+835
* Fixed some inconsistent naming.Eduardo Julian2021-07-1648-242/+289