aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2426-210/+210
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2317-85/+85
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-11/+12
|
* Some bug fixes.Eduardo Julian2021-08-1826-262/+263
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-168-42/+42
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-143-4/+4
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1310-29/+29
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-129-19/+19
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1117-40/+38
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0918-80/+80
|
* No more #export magic syntax.Eduardo Julian2021-08-0853-232/+234
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0717-67/+67
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-024-14/+14
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-019-18/+18
|
* Yet more renamings.Eduardo Julian2021-07-311-2/+2
|
* More renamings.Eduardo Julian2021-07-308-48/+48
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-1/+1
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-287-29/+29
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2730-195/+195
|
* Re-named Promise to Async.Eduardo Julian2021-07-2623-179/+179
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2513-81/+81
|
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-244-39/+171
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-223/+225
|
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-5/+12
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-182-1/+5
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-172-7/+9
|
* Now properly loading cached modules.Eduardo Julian2021-07-172-15/+13
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-0/+6
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1454-911/+965
|
* Improved the XML parsing library.Eduardo Julian2021-07-138-94/+65
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-128-89/+198
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-124-37/+57
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1110-20/+42
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-103-9/+22
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-088-63/+112
| | | | language boundaries)
* Simplified the API for file-system operations.Eduardo Julian2021-07-0616-227/+205
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0219-214/+163
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-3012-49/+57
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2714-112/+164
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-247-74/+99
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-188-56/+93
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1424-1890/+17
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-125-51/+92
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-1111-24/+37
|
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-1/+1
|
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-245-5/+5
|
* Almost done with Scheme.Eduardo Julian2021-05-241-18/+22
| | | But will have to postpone finishing it because Kawa is not up to snuff.
* More Lua + optimizations.Eduardo Julian2021-02-121-22/+28
|
* Mo' updates, less problems.Eduardo Julian2021-02-0717-352/+321
|
* Updates for Lua compiler.Eduardo Julian2021-02-041-114/+35
|