aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made the "#" character great again!Eduardo Julian2021-09-1210-107/+107
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-101-1/+1
* Migrated variants to the new syntax.Eduardo Julian2021-09-108-87/+87
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-083-5/+8
* De-taggification | part 4Eduardo Julian2021-09-0714-161/+161
* Applied new convention for variants.Eduardo Julian2021-09-064-47/+59
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-057-15/+15
* De-taggification | part 2Eduardo Julian2021-09-0414-119/+119
* De-taggification | part 0Eduardo Julian2021-08-294-13/+13
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-295-5/+5
* Updates to the Ruby compiler.Eduardo Julian2021-08-274-5/+5
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-248-204/+204
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-232-31/+31
* Some bug fixes.Eduardo Julian2021-08-187-29/+29
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
* 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-131-8/+8
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-115-26/+26
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0910-118/+118
* No more #export magic syntax.Eduardo Julian2021-08-0814-88/+88
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0211-366/+377
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-7/+7
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-72/+150
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-20/+21
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-9/+23
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-188-79/+89
* 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-1414-335/+349
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-4/+6
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+1
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-082-53/+75
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-127-16/+22
* "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-298-17/+23
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2910-586/+586
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-1/+2
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-026-33/+42
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-243-72/+72
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-254-8/+8
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-124-14/+14
* 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