aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-21/+30
|
* De-taggification | part 0Eduardo Julian2021-08-2967-36917/+571
|
* Better parameterized type documentation.Eduardo Julian2021-08-2992-279/+36928
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-2941-636/+1000
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-27297-2283/+2927
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2672-742/+766
|
* Updates to the Lua compiler.Eduardo Julian2021-08-25138-2399/+4175
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24586-6915/+8628
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-23331-2925/+4339
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-2152-184/+2302
| | | | expressions at compile-time.
* 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-3949/+5297
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16279-1890/+3010
|
* 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-1156/+1614
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-12206-1020/+1484
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11436-3787/+4167
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-09335-3281/+3847
|
* No more #export magic syntax.Eduardo Julian2021-08-08818-6368/+6723
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07298-1916/+2281
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-02152-1111/+1530
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-01212-1101/+1338
|
* Yet more renamings.Eduardo Julian2021-07-3173-751/+1186
|
* More renamings.Eduardo Julian2021-07-30190-1024/+1501
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-29102-707/+1026
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-28194-2175/+2578
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27463-8686/+8995
|
* Re-named Promise to Async.Eduardo Julian2021-07-26213-2229/+2463
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25279-2670/+2773
|
* 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 ↵Eduardo Julian2021-07-237-177/+446
| | | | compiler.
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-2211-251/+1281
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-2015-356/+587
|
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-199-101/+308
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1837-414/+718
|
* 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
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-15173-140/+320
|
* Merge pull request #58 from LuxLang/hierarchy_normalizationEduardo Julián2021-07-14788-12653/+13647
|\ | | | | Hierarchy normalization
| * Constant inlining.Eduardo Julian2021-07-141-182/+182
| |
| * Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-14788-12653/+13647
|/
* Improved the XML parsing library.Eduardo Julian2021-07-1315-278/+270
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-1231-345/+646
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12271-1312/+1408
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1194-1225/+1369
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1068-359/+713
|