aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex (follow)
Commit message (Expand)AuthorAgeFilesLines
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2315-57/+57
* Some bug fixes.Eduardo Julian2021-08-1823-212/+215
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-166-19/+19
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-3/+3
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-137-18/+18
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-128-18/+18
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1113-21/+19
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0915-66/+66
* No more #export magic syntax.Eduardo Julian2021-08-0847-213/+215
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0713-30/+30
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-4/+4
* Even more renamings.Eduardo Julian2021-08-016-13/+13
* Yet more renamings.Eduardo Julian2021-07-311-2/+2
* More renamings.Eduardo Julian2021-07-307-41/+41
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-285-16/+16
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2725-134/+134
* Re-named Promise to Async.Eduardo Julian2021-07-2618-132/+132
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2510-46/+46
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-242-17/+124
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-182-1/+5
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-172-7/+9
* Now properly loading cached modules.Eduardo Julian2021-07-172-15/+13
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-0/+6
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1447-752/+799
* Improved the XML parsing library.Eduardo Julian2021-07-138-94/+65
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-127-85/+185
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-124-37/+57
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-119-19/+41
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-102-8/+16
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-087-61/+110
* Simplified the API for file-system operations.Eduardo Julian2021-07-0613-150/+160
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0215-190/+144
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-3011-40/+48
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2713-112/+149
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-246-72/+97
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-186-53/+90
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-143-8/+17
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-125-51/+92
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-1111-24/+37
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-1/+1
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-245-5/+5
* Mo' updates, less problems.Eduardo Julian2021-02-0717-352/+321
* Updates for Lua compiler.Eduardo Julian2021-02-041-114/+35
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-012-47/+42
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-0/+71
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-262-7/+84
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-134-35/+100
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-123-0/+35
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+43
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-12/+6