aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-081-75/+68
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-061-1/+1
|
* Updates and fixes for the book.Eduardo Julian2021-09-201-24/+26
|
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-171-17/+28
|
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-161-39/+49
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-77/+93
|
* Re-named "recur" to "again".Eduardo Julian2021-09-141-9/+9
|
* Better list pairing.Eduardo Julian2021-09-141-99/+117
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-226/+226
|
* No more "^slots".Eduardo Julian2021-09-141-39/+0
|
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-141-17/+17
|
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-57/+57
|
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-131-5/+5
|
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-1/+2
|
* Re-named #Label to #Tag.Eduardo Julian2021-09-131-6/+6
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-6/+6
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-389/+389
|
* Made the "#" character great again!Eduardo Julian2021-09-121-522/+447
|
* Fixed the indentation of variants.Eduardo Julian2021-09-101-406/+406
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-1136/+1172
|
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-091-274/+205
|
* De-bracing | part 2Eduardo Julian2021-09-081-4/+23
|
* De-bracing | part 1Eduardo Julian2021-09-081-1/+1
|
* Post annotations clean-up.Eduardo Julian2021-09-081-5/+0
|
* No more annotations.Eduardo Julian2021-09-081-535/+92
|
* No more module annotations.Eduardo Julian2021-09-081-27/+14
|
* Eliminated the last application of annotations.Eduardo Julian2021-09-071-20/+1
|
* De-taggification | part 4Eduardo Julian2021-09-071-18/+22
|
* Documentation improvements.Eduardo Julian2021-09-061-4/+5
|
* Better type-declaration documentation.Eduardo Julian2021-09-041-6/+6
|
* De-taggification | part 2Eduardo Julian2021-09-041-12/+12
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-144/+154
|
* Updates to the JS compiler.Eduardo Julian2021-09-011-40/+8
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-101/+186
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-224/+366
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-265/+86
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-792/+131
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-795/+860
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-314/+314
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-211-1/+1
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-201-10/+20
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-73/+95
|
* Some bug fixes.Eduardo Julian2021-08-181-45/+45
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-43/+33
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-26/+18
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-138/+190
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-13/+0
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-210/+210
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-360/+360
|