aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12232-1097/+1117
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1112-240/+327
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1012-71/+329
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-082-75/+230
* Simplified the API for file-system operations.Eduardo Julian2021-07-0613-461/+292
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0223-213/+644
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-3032-80/+244
* Some updates for the new compilers.Eduardo Julian2021-06-2910-146/+275
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2712-285/+758
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-2612-65/+383
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-247-303/+413
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-1813-172/+451
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1410-435/+216
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1211-38/+76
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-118-36/+248
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-314-17/+39
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-302-14/+17
* lux/macro/template.with can now produce multiple outputs.Eduardo Julian2021-05-302-10/+10
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-2413-82/+82
* Using offset+distance instead of from+to for text clipping.Eduardo Julian2021-05-241-1/+1
* Almost done with Scheme.Eduardo Julian2021-05-243-35/+61
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-184-12/+18
* Text-escaping machinery.Eduardo Julian2021-05-182-0/+158
* Updates for Scheme compiler.Eduardo Julian2021-03-181-3/+7
* Done with PHP.Eduardo Julian2021-03-161-2/+2
* Almost done with PHP.Eduardo Julian2021-03-124-4/+31
* Done with Ruby.Eduardo Julian2021-03-013-3/+30
* Done with Python.Eduardo Julian2021-02-243-25/+33
* Updates for PHP compiler.Eduardo Julian2021-02-222-6/+8
* Done with Lua.Eduardo Julian2021-02-161-2/+4
* Almost done with Lua.Eduardo Julian2021-02-155-64/+74
* More Lua + optimizations.Eduardo Julian2021-02-121-0/+24
* Mo' updates, less problems.Eduardo Julian2021-02-077-104/+207
* Updates for Lua compiler.Eduardo Julian2021-02-045-38/+162
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-0111-61/+194
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-2810-220/+323
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-264-23/+212
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-139-67/+266
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-1215-104/+272
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-1211-23/+199
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-118-61/+311
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-099-122/+415
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-0815-209/+470
* Added lexically-scoped templates.Eduardo Julian2021-01-0514-105/+205
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-0317-104/+228
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2919-289/+443
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-29138-751/+840
* Some renamings.Eduardo Julian2020-12-2615-219/+258
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-25118-3952/+3953
* Refactored "export" common syntax.Eduardo Julian2020-12-2321-429/+637