aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-1811-50/+50
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-27/+27
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-144-9/+9
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-9/+9
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-125-14/+14
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-117-32/+32
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0914-165/+165
|
* No more #export magic syntax.Eduardo Julian2021-08-0818-158/+158
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-0215-496/+507
| | | | more than once.
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-274-8/+8
|
* Automatically handling input/output conversions for methods in new JVM ↵Eduardo Julian2021-07-232-121/+214
| | | | 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-1811-101/+211
|
* 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-1419-453/+472
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-112-10/+12
|
* 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-083-64/+104
| | | | language boundaries)
* "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.
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1211-78/+84
|
* "lux io current-time" is no longer an extension.Eduardo Julian2021-05-311-14/+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
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2911-28/+37
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2914-823/+823
|
* 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-0210-161/+178
| | | | 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 improvements to the Lux syntax parser.Eduardo Julian2020-10-255-9/+9
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-128-121/+121
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-093-32/+78
|
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-072-13/+80
|
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-9/+9
|
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-104-77/+90
|
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-2/+3
|
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-281-8/+16
|
* Last bug fixes to get the new JVM compiler to fully process the standard ↵Eduardo Julian2020-06-244-28/+33
| | | | library and its tests.
* Bug fixes.Eduardo Julian2020-06-231-2/+3
|
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-192-31/+62
|
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-17/+12
|
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-28/+26
|
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-032-14/+14
|
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-017-28/+65
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-3019-0/+4600