aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | But will have to postpone finishing it because Kawa is not up to snuff.
* 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 ↵Eduardo Julian2021-01-118-61/+311
| | | | avoid interacting with the global scope.
* 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
|
* Properly naming unicode Block type.Eduardo Julian2020-12-2218-362/+541
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-178-18/+68
|
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-1511-76/+486
|
* Removed several unnecessary imports.Eduardo Julian2020-12-1224-288/+342
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-1119-63/+386
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-1019-96/+209
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-106-70/+162
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-10102-1524/+1609
|