aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-taggification | part 2Eduardo Julian2021-09-0426-199/+199
|
* Unified tuple and record syntax.Eduardo Julian2021-09-033-23/+29
|
* De-taggification | part 0Eduardo Julian2021-08-298-46/+46
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-296-6/+6
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-278-11/+11
|
* Updates to the Lua compiler.Eduardo Julian2021-08-252-26/+31
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2418-344/+344
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-236-101/+101
|
* More fixes.Eduardo Julian2021-08-201-1/+1
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-2/+2
|
* Some bug fixes.Eduardo Julian2021-08-1814-86/+86
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-166-31/+31
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-145-11/+11
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-134-11/+11
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-126-15/+15
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1110-108/+108
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0917-179/+179
|
* No more #export magic syntax.Eduardo Julian2021-08-0819-160/+160
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-0216-518/+529
| | | | more than once.
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-275-15/+15
|
* Automatically handling input/output conversions for methods in new JVM ↵Eduardo Julian2021-07-233-122/+215
| | | | compiler.
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-223-41/+853
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-202-10/+25
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1812-114/+229
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-174-19/+29
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1420-509/+529
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-7/+5
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-113-34/+36
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-102-2/+2
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-084-70/+223
| | | | language boundaries)
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-5/+2
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-4/+2
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1212-97/+107
|
* Added type information when logging compiled definitions.Eduardo Julian2021-06-081-20/+20
|
* "lux io current-time" is no longer an extension.Eduardo Julian2021-05-311-14/+1
|
* Wrestling with JPHP.Eduardo Julian2021-03-101-0/+60
|
* Done with Python.Eduardo Julian2021-02-241-1/+1
|
* Continuing with LuaEduardo Julian2021-02-101-3/+5
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-5/+3
|
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-2/+1
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2911-28/+37
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2915-851/+851
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-3/+4
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-1/+1
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-1/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-0211-165/+185
| | | | 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-244-86/+86
|
* Some small refactoring.Eduardo Julian2020-10-251-2/+2
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-255-9/+9
|