aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-306-15/+40
* 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 av...Eduardo Julian2021-01-112-0/+45
* 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
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2913-40/+42
* Some renamings.Eduardo Julian2020-12-266-16/+47
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-2527-526/+526
* Refactored "export" common syntax.Eduardo Julian2020-12-237-136/+167
* Properly naming unicode Block type.Eduardo Julian2020-12-225-27/+57
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-153-1/+99
* Removed several unnecessary imports.Eduardo Julian2020-12-122-4/+37
* Improved parsing speed for Lux code.Eduardo Julian2020-12-115-18/+87
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-108-53/+90
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-103-38/+24
* Re-named "with-cover" to "for".Eduardo Julian2020-12-1013-180/+179
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-039-260/+403
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-024-5/+35
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-0221-156/+156
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-0/+147
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-2810-116/+199
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-0/+147
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-273-5/+43
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-2415-70/+536
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-073-4/+133