aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made the "#" character great again!Eduardo Julian2021-09-123-42/+42
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-102-7/+7
|
* De-taggification | part 4Eduardo Julian2021-09-073-38/+38
|
* De-taggification | part 2Eduardo Julian2021-09-043-23/+23
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-13/+19
|
* De-taggification | part 0Eduardo Julian2021-08-292-30/+30
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-1/+1
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-15/+18
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-243-26/+26
|
* Some bug fixes.Eduardo Julian2021-08-183-20/+20
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-162-7/+7
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-5/+5
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-4/+4
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-30/+30
|
* No more #export magic syntax.Eduardo Julian2021-08-083-46/+46
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-023-28/+28
| | | | more than once.
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-1/+1
|
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-3/+6
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-182-3/+3
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-143-83/+86
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+1
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-123-61/+61
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-292-7/+9
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-293-167/+167
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-023-127/+134
| | | | convention that only macros that deal with types may start with a colon.
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-1/+1
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-123-106/+106
|
* Last bug fixes to get the new JVM compiler to fully process the standard ↵Eduardo Julian2020-06-241-1/+1
| | | | library and its tests.
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-011-1/+2
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-303-0/+893