aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-114-10/+211
|
* 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-2412-80/+80
|
* 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
|
* Done with PHP.Eduardo Julian2021-03-161-2/+2
|
* Almost done with PHP.Eduardo Julian2021-03-123-3/+29
|
* Done with Ruby.Eduardo Julian2021-03-012-2/+28
|
* Done with Python.Eduardo Julian2021-02-243-25/+33
|
* Updates for PHP compiler.Eduardo Julian2021-02-221-4/+4
|
* 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-075-44/+189
|
* Updates for Lua compiler.Eduardo Julian2021-02-044-31/+145
|
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-018-22/+125
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-287-216/+267
|
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-262-21/+162
|
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-135-31/+168
|
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-1212-104/+230
|
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-1210-23/+165
|
* Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian2021-01-116-61/+266
| | | | avoid interacting with the global scope.
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-096-67/+313
|
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-0813-208/+435
|
* Added lexically-scoped templates.Eduardo Julian2021-01-0512-104/+171
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-0314-95/+174
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-299-211/+402
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-29125-711/+798
|
* Some renamings.Eduardo Julian2020-12-268-161/+169
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-2590-3379/+3380
|
* Refactored "export" common syntax.Eduardo Julian2020-12-2313-250/+427
|
* Properly naming unicode Block type.Eduardo Julian2020-12-2212-334/+481
|
* 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-158-75/+387
|
* Removed several unnecessary imports.Eduardo Julian2020-12-1220-177/+299
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-1113-44/+295
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-1011-43/+119
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-103-32/+138
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-1089-1344/+1430
|
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-099-88/+187
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-043-156/+289
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-032-93/+287
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-026-93/+120
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-02113-975/+975
| | | | convention that only macros that deal with types may start with a colon.
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-025-108/+247
|
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-0115-184/+429
|