aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-12Almost done with PHP.Eduardo Julian27-391/+1365
2021-03-10Wrestling with JPHP.Eduardo Julian9-323/+472
2021-03-01Done with Ruby.Eduardo Julian28-285/+1481
2021-02-26Got JRuby to cooperate.Eduardo Julian11-150/+278
2021-02-25Updates for Ruby compiler.Eduardo Julian11-556/+667
2021-02-24Done with Python.Eduardo Julian10-87/+138
2021-02-22Updates for PHP compiler.Eduardo Julian22-613/+1151
2021-02-16Done with Lua.Eduardo Julian6-44/+63
2021-02-15Almost done with Lua.Eduardo Julian20-311/+464
2021-02-12More Lua + optimizations.Eduardo Julian20-263/+420
2021-02-10Continuing with LuaEduardo Julian38-382/+1672
2021-02-07Mo' updates, less problems.Eduardo Julian34-601/+764
2021-02-04Updates for Lua compiler.Eduardo Julian25-733/+825
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian31-943/+1126
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian45-509/+714
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian35-422/+1884
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian25-312/+699
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian36-369/+708
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian32-464/+789
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian46-394/+653
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian21-221/+657
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian52-440/+708
2021-01-05Added lexically-scoped templates.Eduardo Julian47-637/+839
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian41-297/+757
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian70-945/+1228
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian321-4027/+4277
2020-12-26Some renamings.Eduardo Julian31-366/+452
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian308-13293/+13297
2020-12-23Refactored "export" common syntax.Eduardo Julian45-731/+1058
2020-12-22Properly naming unicode Block type.Eduardo Julian31-660/+972
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian24-569/+795
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian18-398/+1156
2020-12-12Removed several unnecessary imports.Eduardo Julian63-471/+486
2020-12-11Improved parsing speed for Lux code.Eduardo Julian46-215/+741
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian34-318/+517
2020-12-10Updated Lux license to v0.1.1.Eduardo Julian16-336/+488
2020-12-10Re-named "with-cover" to "for".Eduardo Julian121-1630/+1762
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian30-487/+735
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian9-244/+400
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian32-529/+926
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian25-134/+275
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian348-2395/+2424
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian13-265/+502
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian61-978/+1588
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian79-932/+995
2020-11-28Added "private" macro to lux/debug.Eduardo Julian64-880/+1265
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian76-647/+846
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian91-721/+907
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian71-624/+1366
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian111-1986/+2078