aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-04De-taggification | part 2Eduardo Julian19-163/+163
2021-09-03Unified tuple and record syntax.Eduardo Julian2-17/+23
2021-08-29De-taggification | part 0Eduardo Julian6-43/+43
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian6-6/+6
2021-08-27Updates to the Ruby compiler.Eduardo Julian6-8/+8
2021-08-25Updates to the Lua compiler.Eduardo Julian2-26/+31
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian13-302/+302
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian4-61/+61
2021-08-18Some bug fixes.Eduardo Julian11-50/+50
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian4-27/+27
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian4-9/+9
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian2-9/+9
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian5-14/+14
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian7-32/+32
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian14-165/+165
2021-08-08No more #export magic syntax.Eduardo Julian18-158/+158
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian15-496/+507
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian4-8/+8
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2-121/+214
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian3-41/+853
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian2-10/+25
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian11-101/+211
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian4-19/+29
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian19-453/+472
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2-10/+12
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2-2/+2
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian3-64/+104
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian11-78/+84
2021-05-31"lux io current-time" is no longer an extension.Eduardo Julian1-14/+1
2021-02-10Continuing with LuaEduardo Julian1-3/+5
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-5/+3
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian11-28/+37
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian14-823/+823
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian1-1/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian10-161/+178
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian4-86/+86
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian5-9/+9
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian8-121/+121
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian3-32/+78
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2-13/+80
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian1-9/+9
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian4-77/+90
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian1-2/+3
2020-06-28Re-added & u[dated packaging machinery.Eduardo Julian1-8/+16
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian4-28/+33
2020-06-23Bug fixes.Eduardo Julian1-2/+3
2020-06-19Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2-31/+62
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian1-17/+12
2020-06-09Basic pattern-matching optimizations.Eduardo Julian1-28/+26