aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-150/+0
|
* De-sigil-ification: !Eduardo Julian2022-03-171-12/+12
|
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-4/+6
|
* De-sigil-ification: @Eduardo Julian2022-03-141-33/+33
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-12/+12
|
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-2/+4
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-8/+8
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-9/+9
|
* Made the "#" character great again!Eduardo Julian2021-09-121-12/+12
|
* De-taggification | part 4Eduardo Julian2021-09-071-6/+6
|
* De-taggification | part 2Eduardo Julian2021-09-041-8/+8
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-13/+19
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-1/+1
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-15/+18
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-17/+17
|
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-4/+4
|
* No more #export magic syntax.Eduardo Julian2021-08-081-17/+17
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-19/+19
| | | | more than once.
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-3/+6
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-27/+28
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-7/+7
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-17/+17
|
* 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.
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-3/+3
|
* 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-301-0/+131