aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-165-8/+8
|
* 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-138-13/+13
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-127-10/+10
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1122-33/+34
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-096-20/+20
|
* No more #export magic syntax.Eduardo Julian2021-08-0846-80/+80
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0717-53/+53
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-1/+1
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-013-4/+4
|
* More renamings.Eduardo Julian2021-07-3028-46/+46
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2728-600/+595
|
* Re-named Promise to Async.Eduardo Julian2021-07-2619-94/+89
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2515-73/+73
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-184-57/+151
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-176-10/+114
|
* Now properly loading cached modules.Eduardo Julian2021-07-175-15/+46
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-163-4/+30
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1522-22/+22
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1446-809/+855
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-123-16/+54
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1246-180/+178
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-114-3/+60
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-102-2/+17
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-069-200/+192
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0215-141/+473
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-306-15/+40
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Some updates for the new compilers.Eduardo Julian2021-06-292-6/+14
|
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2710-93/+103
|
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-264-20/+32
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-246-245/+289
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-186-155/+199
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-144-14/+47
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-128-37/+38
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-113-5/+16
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-8/+4
|
* Updates for Lua compiler.Eduardo Julian2021-02-041-7/+17
|
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-013-39/+69
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-283-4/+56
|
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-262-2/+50
|
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-134-36/+98
|
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-123-0/+42
|
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+34
|
* Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian2021-01-112-0/+45
| | | | avoid interacting with the global scope.
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-092-0/+40
|
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-082-1/+35
|
* Added lexically-scoped templates.Eduardo Julian2021-01-052-1/+34
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-032-1/+48
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-298-70/+35
|