aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-161-3/+3
|
* Added compilation of definitions for C++.Eduardo Julian2023-01-141-2/+2
|
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-131-17/+18
|
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-081-11/+7
|
* Added price-action abstraction.Eduardo Julian2022-12-191-2/+1
|
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-181-1/+1
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-2/+2
|
* Now documenting dependers and dependees.Eduardo Julian2022-11-151-6/+6
|
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-211-14/+12
|
* New format for extensions [part 4]Eduardo Julian2022-10-021-1/+0
|
* New format for extensions [part 0]Eduardo Julian2022-10-011-6/+6
|
* Made inlined functions into first-class macros.Eduardo Julian2022-07-261-14/+14
|
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-091-25/+27
|
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-061-6/+5
|
* Moved "lux/target" to "lux/meta/target".Eduardo Julian2022-07-031-8/+8
|
* Re-named directives to declarations.Eduardo Julian2022-06-261-2/+2
|
* De-sigil-ification: suffix : [Part 15]Eduardo Julian2022-06-251-1/+1
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-1/+1
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-9/+9
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* Generalized macro-let.Eduardo Julian2022-06-121-2/+2
|
* De-sigil-ification: : [Part 1]Eduardo Julian2022-06-051-5/+5
|
* De-sigil-ification: #Eduardo Julian2022-06-041-3/+3
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-6/+6
|
* Extensible import syntax [Part 2]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-15/+15
|
* De-sigil-ification: &Eduardo Julian2022-04-071-1/+1
|
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-239/+118
|
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-081-92/+96
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-8/+8
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-16/+16
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-2/+2
|
* Made the "#" character great again!Eduardo Julian2021-09-121-17/+17
|
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-101-5/+5
|
* Fixed the indentation of variants.Eduardo Julian2021-09-101-35/+35
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-44/+44
|
* De-taggification | part 4Eduardo Julian2021-09-071-38/+38
|
* De-taggification | part 2Eduardo Julian2021-09-041-24/+24
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-6/+6
|
* De-taggification | part 0Eduardo Julian2021-08-291-2/+2
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-2/+2
|
* Some bug fixes.Eduardo Julian2021-08-181-29/+29
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+2
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-11/+11
|
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-22/+22
| | | | more than once.