aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-38/+38
|
* Made the "#" character great again!Eduardo Julian2021-09-122-54/+54
|
* 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-102-46/+46
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
|
* De-taggification | part 4Eduardo Julian2021-09-072-45/+45
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-6/+6
|
* De-taggification | part 2Eduardo Julian2021-09-042-28/+28
|
* De-taggification | part 0Eduardo Julian2021-08-291-2/+2
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-292-2/+2
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-3/+3
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-242-91/+91
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-5/+5
|
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
|
* 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-141-1/+1
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-8/+8
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-2/+2
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-8/+8
|
* No more #export magic syntax.Eduardo Julian2021-08-082-17/+17
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-022-195/+194
| | | | more than once.
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-5/+5
|
* Automatically handling input/output conversions for methods in new JVM ↵Eduardo Julian2021-07-231-72/+150
| | | | compiler.
* 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-182-19/+23
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-142-84/+86
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-45/+49
| | | | language boundaries)
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-122-4/+4
|
* "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-292-4/+6
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-253/+253
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-022-11/+12
| | | | 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-241-11/+11
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-2/+2
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-5/+5
|
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-9/+9
|
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-25/+33
|
* Bug fixes.Eduardo Julian2020-06-231-2/+3
|
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-191-3/+16
|
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-011-6/+10
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-302-0/+1435