aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-19Cleaner test reporting.Eduardo Julian1-4/+6
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian1-34/+90
2022-01-18Full implementation of console for Node.js.Eduardo Julian1-1/+1
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian1-21/+5
2022-01-08Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian1-75/+68
2022-01-06Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian1-1/+1
2021-09-20Updates and fixes for the book.Eduardo Julian1-24/+26
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian1-17/+28
2021-09-16Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian1-39/+49
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian1-77/+93
2021-09-14Re-named "recur" to "again".Eduardo Julian1-9/+9
2021-09-14Better list pairing.Eduardo Julian1-99/+117
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-226/+226
2021-09-14No more "^slots".Eduardo Julian1-39/+0
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian1-17/+17
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-57/+57
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian1-5/+5
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian1-1/+2
2021-09-13Re-named #Label to #Tag.Eduardo Julian1-6/+6
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-6/+6
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-389/+389
2021-09-12Made the "#" character great again!Eduardo Julian1-522/+447
2021-09-10Fixed the indentation of variants.Eduardo Julian1-406/+406
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-1136/+1172
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian1-274/+205
2021-09-08De-bracing | part 2Eduardo Julian1-4/+23
2021-09-08De-bracing | part 1Eduardo Julian1-1/+1
2021-09-08Post annotations clean-up.Eduardo Julian1-5/+0
2021-09-08No more annotations.Eduardo Julian1-535/+92
2021-09-08No more module annotations.Eduardo Julian1-27/+14
2021-09-07Eliminated the last application of annotations.Eduardo Julian1-20/+1
2021-09-07De-taggification | part 4Eduardo Julian1-18/+22
2021-09-06Documentation improvements.Eduardo Julian1-4/+5
2021-09-04Better type-declaration documentation.Eduardo Julian1-6/+6
2021-09-04De-taggification | part 2Eduardo Julian1-12/+12
2021-09-03Unified tuple and record syntax.Eduardo Julian1-144/+154
2021-09-01Updates to the JS compiler.Eduardo Julian1-40/+8
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian1-101/+186
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-224/+366
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-265/+86
2021-08-25Updates to the Lua compiler.Eduardo Julian1-792/+131
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-795/+860
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-314/+314
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian1-1/+1
2021-08-20More fixes.Eduardo Julian1-10/+20
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-73/+95
2021-08-18Some bug fixes.Eduardo Julian1-45/+45
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-43/+33
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-26/+18