Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 138 | -2471/+4247 | |
| | ||||||
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 586 | -6954/+8667 | |
| | ||||||
* | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2021-08-23 | 331 | -2945/+4359 | |
| | ||||||
* | Can now produce arbitrary code fragments statically by evaluating arbitrary ↵ | Eduardo Julian | 2021-08-21 | 52 | -185/+2303 | |
| | | | | expressions at compile-time. | |||||
* | More fixes. | Eduardo Julian | 2021-08-20 | 54 | -441/+2045 | |
| | ||||||
* | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 2021-08-19 | 112 | -1035/+3426 | |
| | ||||||
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 458 | -3994/+5342 | |
| | ||||||
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 279 | -1899/+3019 | |
| | ||||||
* | Moved documentation-generation machinery to its own module. | Eduardo Julian | 2021-08-14 | 112 | -508/+1485 | |
| | ||||||
* | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2021-08-13 | 195 | -1158/+1616 | |
| | ||||||
* | Improved binding syntax for "syntax:". | Eduardo Julian | 2021-08-12 | 206 | -1020/+1484 | |
| | ||||||
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 436 | -3804/+4184 | |
| | ||||||
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 335 | -3321/+3887 | |
| | ||||||
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 818 | -6378/+6733 | |
| | ||||||
* | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 2021-08-07 | 298 | -1921/+2286 | |
| | ||||||
* | Fixed a bug in the new compiler which allowed the same module to be imported ↵ | Eduardo Julian | 2021-08-02 | 152 | -1115/+1534 | |
| | | | | more than once. | |||||
* | Even more renamings. | Eduardo Julian | 2021-08-01 | 212 | -1106/+1343 | |
| | ||||||
* | Yet more renamings. | Eduardo Julian | 2021-07-31 | 73 | -756/+1191 | |
| | ||||||
* | More renamings. | Eduardo Julian | 2021-07-30 | 190 | -1025/+1502 | |
| | ||||||
* | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 2021-07-29 | 102 | -708/+1027 | |
| | ||||||
* | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 2021-07-28 | 194 | -2180/+2583 | |
| | ||||||
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 463 | -8729/+9038 | |
| | ||||||
* | Re-named Promise to Async. | Eduardo Julian | 2021-07-26 | 213 | -2239/+2473 | |
| | ||||||
* | Better syntax for "library/lux.^multi". | Eduardo Julian | 2021-07-25 | 279 | -2679/+2782 | |
| | ||||||
* | Now packaging JVM programs as "fat" jars in new JVM compiler. | Eduardo Julian | 2021-07-24 | 18 | -85/+476 | |
| | ||||||
* | Automatically handling input/output conversions for methods in new JVM ↵ | Eduardo Julian | 2021-07-23 | 7 | -179/+448 | |
| | | | | compiler. | |||||
* | New JVM compiler can now compile JVM classes. | Eduardo Julian | 2021-07-22 | 11 | -253/+1283 | |
| | ||||||
* | Updated the Scriptum documentation generator. | Eduardo Julian | 2021-07-20 | 15 | -358/+589 | |
| | ||||||
* | Made the default JS file-system promise-based so it works well on Node. | Eduardo Julian | 2021-07-19 | 9 | -102/+309 | |
| | ||||||
* | New JVM compiler can now compile JVM interfaces. | Eduardo Julian | 2021-07-18 | 37 | -416/+720 | |
| | ||||||
* | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 2021-07-17 | 72 | -162/+466 | |
| | ||||||
* | Now properly loading cached modules. | Eduardo Julian | 2021-07-17 | 43 | -424/+835 | |
| | ||||||
* | Fixed some inconsistent naming. | Eduardo Julian | 2021-07-16 | 48 | -242/+289 | |
| | ||||||
* | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 2021-07-15 | 173 | -140/+320 | |
| | ||||||
* | Merge pull request #58 from LuxLang/hierarchy_normalization | Eduardo Julián | 2021-07-14 | 1231 | -95357/+96351 | |
|\ | | | | | Hierarchy normalization | |||||
| * | Constant inlining. | Eduardo Julian | 2021-07-14 | 1 | -182/+182 | |
| | | ||||||
| * | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1231 | -95357/+96351 | |
|/ | ||||||
* | Improved the XML parsing library. | Eduardo Julian | 2021-07-13 | 15 | -278/+270 | |
| | ||||||
* | A bit more clarity for Licentia licenses. | Eduardo Julian | 2021-07-12 | 31 | -347/+648 | |
| | ||||||
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 271 | -1315/+1411 | |
| | ||||||
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 94 | -1227/+1371 | |
| | ||||||
* | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 2021-07-10 | 68 | -361/+715 | |
| | ||||||
* | Made sure the "phase" parameter of extensions is always usable (even across ↵ | Eduardo Julian | 2021-07-08 | 31 | -1028/+1807 | |
| | | | | language boundaries) | |||||
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 48 | -2394/+1959 | |
| | ||||||
* | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 2021-07-02 | 61 | -1861/+1951 | |
| | | | Capabilities should be opt-in, but using them in the standard library makes them mandatory. | |||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 203 | -679/+1107 | |
| | | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | |||||
* | Some updates for the new compilers. | Eduardo Julian | 2021-06-29 | 28 | -374/+510 | |
| | ||||||
* | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 2021-06-27 | 32 | -554/+1118 | |
| | ||||||
* | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 2021-06-26 | 24 | -173/+692 | |
| | ||||||
* | Added a macro for type-casting JVM objects. | Eduardo Julian | 2021-06-24 | 50 | -444/+686 | |
| |