aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* De-sigil-ification: #Eduardo Julian2022-06-041-9/+9
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-171/+240
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-19/+1
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-45/+48
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-23/+11
|
* Extensible import syntax [Part 2]Eduardo Julian2022-06-021-42/+29
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-54/+82
|
* De-sigil-ification: $Eduardo Julian2022-04-081-94/+96
|
* De-sigil-ification: &Eduardo Julian2022-04-071-82/+82
|
* De-sigil-ification: /Eduardo Julian2022-03-301-9/+9
|
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-10/+6
|
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵Eduardo Julian2022-03-301-3/+3
| | | | macro names.
* De-sigil-ification: !Eduardo Julian2022-03-171-40/+40
|
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-161-1/+1
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-403/+386
|
* De-sigil-ification: ^Eduardo Julian2022-03-151-251/+147
|
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-49/+50
|
* De-sigil-ification: @Eduardo Julian2022-03-141-25/+25
|
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-051-11/+10
|
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-241-6/+11
|
* ADDED Can pass config parameters to compiler and select code based on it. ↵Eduardo Julian2022-02-231-6/+10
| | | | Can also select code based on compiler version.
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-161-111/+111
|
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-54/+49
|
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-101-4/+4
|
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-061-4/+9
|
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-261-28/+104
|
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-241-5/+7
|
* Better text formatting for types.Eduardo Julian2022-01-201-2/+2
|
* Cleaner test reporting.Eduardo Julian2022-01-191-4/+6
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-191-34/+90
|
* Full implementation of console for Node.js.Eduardo Julian2022-01-181-1/+1
|
* Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2022-01-111-21/+5
|
* 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
|