aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-24Done with Python.Eduardo Julian3-25/+33
2021-02-22Updates for PHP compiler.Eduardo Julian2-6/+8
2021-02-16Done with Lua.Eduardo Julian1-2/+4
2021-02-15Almost done with Lua.Eduardo Julian5-64/+74
2021-02-12More Lua + optimizations.Eduardo Julian1-0/+24
2021-02-07Mo' updates, less problems.Eduardo Julian7-104/+207
2021-02-04Updates for Lua compiler.Eduardo Julian5-38/+162
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian11-61/+194
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian10-220/+323
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian4-23/+212
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian9-67/+266
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian15-104/+272
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian11-23/+199
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian8-61/+311
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian9-122/+415
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian15-209/+470
2021-01-05Added lexically-scoped templates.Eduardo Julian14-105/+205
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian17-104/+228
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian19-289/+443
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian138-751/+840
2020-12-26Some renamings.Eduardo Julian15-219/+258
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian118-3952/+3953
2020-12-23Refactored "export" common syntax.Eduardo Julian21-429/+637
2020-12-22Properly naming unicode Block type.Eduardo Julian18-362/+541
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian8-18/+68
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian11-76/+486
2020-12-12Removed several unnecessary imports.Eduardo Julian24-288/+342
2020-12-11Improved parsing speed for Lux code.Eduardo Julian19-63/+386
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian19-96/+209
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian6-70/+162
2020-12-10Re-named "with-cover" to "for".Eduardo Julian102-1524/+1609
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian10-137/+259
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian3-156/+289
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian11-353/+690
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian11-98/+157
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian136-1137/+1137
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian7-109/+397
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian15-184/+429
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian23-362/+427
2020-11-28Added "private" macro to lux/debug.Eduardo Julian15-206/+505
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian36-261/+437
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian36-278/+378
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian42-298/+1026
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian4-154/+301
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian6-5/+271
2020-11-05Improved error reporting for syntax macros.Eduardo Julian8-92/+253
2020-11-05Lightweight machinery for agent-oriented programming.Eduardo Julian8-22/+346
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian7-57/+152
2020-11-02Added CoMonad for CoFree.Eduardo Julian8-6/+281
2020-11-02Allow defining anonymous actors.Eduardo Julian34-261/+467