aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/program.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-04Extensible import syntax [Part 6]Eduardo Julian1-1/+1
2022-06-03Extensible import syntax [Part 4]Eduardo Julian1-5/+5
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-17/+17
2022-04-08De-sigil-ification: $Eduardo Julian1-4/+4
2022-04-07De-sigil-ification: &Eduardo Julian1-1/+1
2022-03-30Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian1-7/+7
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian1-2/+2
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-81/+81
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian1-5/+5
2022-03-14De-sigil-ification: >Eduardo Julian1-2/+2
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian1-51/+59
2022-03-14Leaner syntax for the "for" macro.Eduardo Julian1-91/+91
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "recur" to "again".Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-18/+18
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-5/+5
2021-09-12Made the "#" character great again!Eduardo Julian1-40/+40
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-22/+22
2021-09-08De-bracing | part 2Eduardo Julian1-2/+2
2021-09-08De-bracing part 0Eduardo Julian1-82/+81
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-1/+1
2021-09-07De-taggification | part 4Eduardo Julian1-51/+51
2021-09-04De-taggification | part 2Eduardo Julian1-23/+23
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-09-01De-taggification | part 1Eduardo Julian1-2/+2
2021-08-29De-taggification | part 0Eduardo Julian1-4/+4
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-2/+2
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-3/+3
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-2/+4
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-4/+4
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-93/+93
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-23/+23
2021-06-02Postponing work on R due to flaws of the bootstrapping compiler.Eduardo Julian1-122/+291
2021-06-02Struggling against the lexing limitations of Renjin.Eduardo Julian1-57/+138
2021-06-01Updates for R compiler.Eduardo Julian1-157/+344
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2020-05-29Can now import previously exported libraries.Eduardo Julian1-2/+2
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian1-17/+31
2020-05-17:share no longer relies on :assumeEduardo Julian1-1/+1
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian1-11/+9
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian1-0/+1
2020-04-16Generating definition names in a new way.Eduardo Julian1-1/+0
2020-03-19Got the new compiler to build again.Eduardo Julian1-0/+1
2020-03-05Beginning to cache artifacts.Eduardo Julian1-2/+5
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian1-18/+20
2019-12-30Re-located generation extensions for JVM.Eduardo Julian1-2/+3
2019-12-30Re-organized macro-expansion machinery.Eduardo Julian1-1/+2