aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 compi...Eduardo Julian2021-07-237-177/+446
* 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
|\
| * 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
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-0831-1002/+1781
* Simplified the API for file-system operations.Eduardo Julian2021-07-0648-2349/+1914
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0261-1796/+1886
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-30203-679/+1107
* Some updates for the new compilers.Eduardo Julian2021-06-2928-371/+507
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2732-552/+1116
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-2624-173/+692
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-2450-435/+677
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-1840-459/+786
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1445-646/+1105
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1238-259/+346
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-1160-965/+1284
* Improved formatting of compilation results (only for new compilers).Eduardo Julian2021-06-082-10/+13