aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-16Made some new-luxc modules "old".Eduardo Julian1-0/+0
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian36-58/+64
2019-04-16Small import fixes for the sake of tags.Eduardo Julian8-30/+35
2019-04-16Improvements to error messaging for extensions.Eduardo Julian5-48/+56
2019-04-16Some fixes to the parser.Eduardo Julian2-33/+51
2019-04-16Made some fixes the the type-checker, to properly handle the situation of typ...Eduardo Julian1-77/+121
2019-04-15Yet more improvements to error messaging.Eduardo Julian2-5/+14
2019-04-15More improvements to error messages.Eduardo Julian4-50/+39
2019-04-15Improved error reporting in the (new) compilers.Eduardo Julian15-257/+289
2019-04-15Removed the (deemed unnecessary) host extensions for the scripting languages.Eduardo Julian11-231/+11
2019-04-15Ported the synthesis tests to the new format.Eduardo Julian12-460/+472
2019-04-14Ported the analysis tests to the new format.Eduardo Julian21-1111/+1162
2019-04-14Small improvements and clean-up.Eduardo Julian1-80/+41
2019-04-14Fixed a bug when closing composite syntax (forms, tuples & records) in the pr...Eduardo Julian3-107/+154
2019-04-13Some refactoring.Eduardo Julian1-74/+45
2019-04-13Started porting tests for "lux/tool".Eduardo Julian4-168/+183
2019-04-12Fixed some bugs.Eduardo Julian4-44/+36
2019-04-12Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian7-96/+116
2019-04-12Added some debugging machinery.Eduardo Julian1-0/+75
2019-04-11WIP: Lua compiler.Eduardo Julian17-19/+1370
2019-04-09WIP: Ruby compiler.Eduardo Julian5-8/+6
2019-04-08Moved Ruby back-end code to stdlib.Eduardo Julian19-83/+1483
2019-04-07Upgraded the tuple right-access mechanism to the new style.Eduardo Julian4-66/+74
2019-04-07Updated the JVM compiler to the latest changes.Eduardo Julian2-36/+2
2019-04-07- Upgrade the tuple left-access mechanism to the new style.Eduardo Julian29-65/+81
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian70-194/+222
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian266-410/+531
2019-04-04Added a small optimization when checking variants whose internal value can is...Eduardo Julian4-67/+122
2019-04-04Fixed a bug when pattern matching against "Error" values.Eduardo Julian2-18/+21
2019-04-04Updated JavaScript compiler.Eduardo Julian2-57/+57
2019-04-04- Updated analysis phase.Eduardo Julian3-26/+26
2019-04-04Forgot "lux text char".Eduardo Julian8-10/+10
2019-04-04Changed the order of the inputs to the common extensions.Eduardo Julian9-209/+196
2019-03-31Added Lux version to manifests.Eduardo Julian1-0/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian155-643/+639
2019-03-30Yet more fixes.Eduardo Julian5-19/+34
2019-03-30Fixed some more tests.Eduardo Julian6-29/+38
2019-03-29Fixed more tests.Eduardo Julian19-533/+484
2019-03-28Fixed some tests.Eduardo Julian18-255/+337
2019-03-27The Python compiler is alive.Eduardo Julian9-416/+452
2019-03-26Got the Python compiler running.Eduardo Julian3-9/+13
2019-03-26WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian24-187/+1747
2019-03-25Ported tests for world-related modules.Eduardo Julian9-364/+409
2019-03-24Ported tests for type-related modules.Eduardo Julian9-482/+484
2019-03-24Ported tests for macro-related modules.Eduardo Julian9-237/+311
2019-03-24Ported tests for math-related modules.Eduardo Julian11-496/+445
2019-03-24Ported tests for collection-related modules.Eduardo Julian29-1339/+1414
2019-03-23Ported tests for format-related modules.Eduardo Julian7-323/+288
2019-03-23Ported tests for time-related modules.Eduardo Julian8-282/+201
2019-03-22Ported tests for text-related modules.Eduardo Julian9-628/+583