aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improved error reporting for syntax macros.Eduardo Julian2020-11-054-5/+99
* Added CoMonad for CoFree.Eduardo Julian2020-11-022-0/+121
* Allow defining anonymous actors.Eduardo Julian2020-11-028-15/+152
* Improved the design of actors.Eduardo Julian2020-11-014-8/+72
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-0/+101
* Easy to use Rev constants.Eduardo Julian2020-10-312-1/+55
* Some small refactoring.Eduardo Julian2020-10-252-2/+2
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-0/+51
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-242-6/+73
* Re-named some list functions.Eduardo Julian2020-10-241-0/+48
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-243-10/+36