aboutsummaryrefslogtreecommitdiff
path: root/lux-r (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "module:" => "using"Eduardo Julian2021-09-152-2/+2
|
* Re-named "recur" to "again".Eduardo Julian2021-09-141-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-132-20/+20
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-5/+5
|
* Made the "#" character great again!Eduardo Julian2021-09-121-40/+40
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-102-123/+22
|
* De-bracing | part 2Eduardo Julian2021-09-081-2/+2
|
* De-bracing | part 1Eduardo Julian2021-09-081-2/+2
|
* De-bracing part 0Eduardo Julian2021-09-081-82/+81
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
|
* De-taggification | part 4Eduardo Julian2021-09-073-55/+55
|
* De-taggification | part 2Eduardo Julian2021-09-043-27/+27
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
|
* De-taggification | part 1Eduardo Julian2021-09-011-2/+2
|
* De-taggification | part 0Eduardo Julian2021-08-291-4/+4
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-4/+7
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-232-13/+13
|
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+2
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-3/+3
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-6/+8
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-4/+4
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-101/+101
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-23/+23
|
* Postponing work on R due to flaws of the bootstrapping compiler.Eduardo Julian2021-06-021-122/+291
| | | Will resume once the new JVM compiler replaces the bootstrapping compiler.
* Struggling against the lexing limitations of Renjin.Eduardo Julian2021-06-022-63/+142
|
* Updates for R compiler.Eduardo Julian2021-06-0116-2458/+380
|
* Done with Python.Eduardo Julian2021-02-241-1/+1
|
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-3017-0/+2629