aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2019-03-22Ported tests for number-related modules.Eduardo Julian42-753/+920
2019-03-21- Ported lux/data/bit tests.Eduardo Julian14-352/+428
2019-03-21- Ported lux/control/concurrency/promise tests.Eduardo Julian5-110/+124
2019-03-21Fixed a bug in the FRP/channel monad.Eduardo Julian3-57/+81
2019-03-21Small adjustments.Eduardo Julian4-31/+34
2019-03-18Changed how compiler output is accumulated to ensure correct order when gener...Eduardo Julian4-40/+29
2019-03-18Cobbled together a simple packager.Eduardo Julian8-98/+243
2019-03-17Minor improvements.Eduardo Julian4-56/+55
2019-03-17Now compiling program statements.Eduardo Julian6-50/+107
2019-03-17Added proper aliasing support to the new compiler.Eduardo Julian2-13/+18
2019-03-17Now only timing compiler operations in the Leiningen plugin.Eduardo Julian1-15/+0
2019-03-16Fixed a bug in the way the source-code was being tracked.Eduardo Julian2-31/+32
2019-03-16Got serial imports fully working.Eduardo Julian8-204/+325
2019-03-16Fixed a bug when creating Lux numbers in JavaScript.Eduardo Julian2-6/+11
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian213-2113/+2119
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian67-890/+903
2019-03-14Now doing multiple pops at once.Eduardo Julian1-2/+36
2019-03-14Added a peek-and-pop optimization to pattern-matching on JS.Eduardo Julian1-1/+15
2019-03-14Properly doing imports.Eduardo Julian2-38/+16
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian22-59/+60
2019-03-13The general shape of the compiler has been recognized as a program unto itsel...Eduardo Julian3-3/+5