aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/directive (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-04De-taggification | part 2Eduardo Julian1-20/+20
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-1/+1
2021-08-25Updates to the Lua compiler.Eduardo Julian1-11/+13
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-70/+70
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-19/+19
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-19/+19
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-4/+4
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-2/+2
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-10/+10
2021-08-08No more #export magic syntax.Eduardo Julian1-24/+24
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-102/+102
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian1-49/+64
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian1-18/+826
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian1-1/+2
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-19/+119
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-34/+35
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-6/+6
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-11/+29
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-1/+1
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-4/+5
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-70/+70
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+2
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-14/+14
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-1/+1
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian1-12/+11
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+538