aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-191-2/+2
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2022-01-131-4/+3
|
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-198-154/+261
|
* Additional documentation for JVM types.Eduardo Julian2021-09-1618-27/+374
|
* "module:" => "using"Eduardo Julian2021-09-15189-189/+189
|
* "Row" => "Sequence"Eduardo Julian2021-09-156-34/+34
|
* "Sequence" => "Stream"Eduardo Julian2021-09-152-16/+15
|
* Re-named "recur" to "again".Eduardo Julian2021-09-141-1/+1
|
* Better list pairing.Eduardo Julian2021-09-141-3/+2
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-148-45/+34
|
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-142-2/+2
|
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-143-6/+6
|
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-131-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-13189-665/+665
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1215-43/+39
|
* Made the "#" character great again!Eduardo Julian2021-09-1210-31/+31
|
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-102-65/+65
|
* Fixed the indentation of variants.Eduardo Julian2021-09-102-3/+3
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-106-12/+12
|
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-092-34/+1
|
* De-bracing | part 2Eduardo Julian2021-09-083-50/+7
|
* De-bracing | part 1Eduardo Julian2021-09-082-5/+5
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+2
|
* Post annotations clean-up.Eduardo Julian2021-09-082-28/+1
|
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-082-80/+64
|
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-081-2/+1
|
* De-taggification | part 4Eduardo Julian2021-09-07191-734/+734
|
* New chapter on compiler extensions.Eduardo Julian2021-09-0614-5/+853
|
* Documentation improvements.Eduardo Julian2021-09-063-13/+34
|
* Handled formatting issues in documentation.Eduardo Julian2021-09-0529-331/+188
|
* Better type-declaration documentation.Eduardo Julian2021-09-041-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-04180-719/+719
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
|
* De-taggification | part 1Eduardo Julian2021-09-014-34/+34
|
* Updates to the JS compiler.Eduardo Julian2021-09-012-4/+74
|
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-302-2/+2
|
* De-taggification | part 0Eduardo Julian2021-08-294-31/+30
|
* Better parameterized type documentation.Eduardo Julian2021-08-2984-120/+120
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-276-10/+321
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2610-27/+35
|
* Updates to the Lua compiler.Eduardo Julian2021-08-2525-41/+1475
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2426-21/+1362
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2336-58/+1550
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-2121-11/+1829
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-2024-17/+1873
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1926-23/+2326
|
* Some bug fixes.Eduardo Julian2021-08-1834-51/+1487
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1633-32/+1421
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1411-0/+295