aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/directive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-19/+19
|
* 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-19/+19
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-4/+4
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-10/+10
|
* No more #export magic syntax.Eduardo Julian2021-08-081-24/+24
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-102/+102
| | | | more than once.
* Automatically handling input/output conversions for methods in new JVM ↵Eduardo Julian2021-07-231-49/+64
| | | | compiler.
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-18/+826
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-1/+2
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-19/+119
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-34/+35
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-6/+6
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-11/+29
| | | | language boundaries)
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-1/+1
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-4/+5
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-70/+70
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-1/+2
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-14/+14
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-1/+1
|
* Last bug fixes to get the new JVM compiler to fully process the standard ↵Eduardo Julian2020-06-241-12/+11
| | | | library and its tests.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+538