| Commit message (Expand) | Author | Files | Lines |
2019-06-20 | Re-structured encoding-related modules a bit. | Eduardo Julian | 1 | -1/+2 |
2019-06-20 | Improved the convention for using text formatters. | Eduardo Julian | 99 | -255/+249 |
2019-06-20 | Removed the TCP & UDP code for the moment. | Eduardo Julian | 3 | -144/+0 |
2019-06-20 | Expanded serialization capabilities for JVM bytecode. | Eduardo Julian | 1 | -3/+3 |
2019-06-19 | Various fixes. | Eduardo Julian | 1 | -24/+54 |
2019-06-18 | More JS machinery. | Eduardo Julian | 1 | -3/+3 |
2019-06-15 | Array machinery for the JavaScript compiler. | Eduardo Julian | 1 | -2/+4 |
2019-06-14 | Some fixes for the scripting languages. | Eduardo Julian | 1 | -1/+2 |
2019-06-06 | WIP: Class definition. | Eduardo Julian | 3 | -28/+32 |
2019-06-01 | Removed the (magical) "alias" annotations tag. | Eduardo Julian | 1 | -2/+2 |
2019-05-29 | More massaging of the stdlib for the sake of the new compiler. | Eduardo Julian | 2 | -0/+134 |
2019-05-28 | Applied several tweaks to make the code easier to process by the new compiler. | Eduardo Julian | 7 | -11/+15 |
2019-05-24 | Removed the (magical) "export?" annotations tag. | Eduardo Julian | 1 | -6/+2 |
2019-05-21 | Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib. | Eduardo Julian | 6 | -197/+200 |
2019-05-05 | Can now set the name of the "this" object, instead of being forced to use "_j... | Eduardo Julian | 1 | -4/+4 |
2019-05-04 | - Replaced "Dirty" values with "Safe" values. | Eduardo Julian | 3 | -74/+18 |
2019-05-01 | The Common Lisp compiler is alive. | Eduardo Julian | 1 | -0/+3 |
2019-04-28 | Turned all "lux int ???" extensions to "lux i64 ???". | Eduardo Julian | 1 | -6/+6 |
2019-04-28 | Turned all "lux frac ???" extensions to "lux f64 ???". | Eduardo Julian | 1 | -13/+13 |
2019-04-27 | Moved the modules under "lux/host/" to now be under "lux/target/". | Eduardo Julian | 2 | -4/+5 |
2019-04-24 | WIP: PHP compiler. | Eduardo Julian | 1 | -0/+3 |
2019-04-19 | Moved the code/syntax parser under "lux/control/parser/". | Eduardo Julian | 3 | -37/+42 |
2019-04-19 | Moved the XML parser under "lux/control/parser/". | Eduardo Julian | 1 | -11/+12 |
2019-04-19 | Moved the JSON parser under "lux/control/parser/". | Eduardo Julian | 1 | -2/+4 |
2019-04-19 | Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree". | Eduardo Julian | 3 | -14/+12 |
2019-04-19 | Moved the (rose) tree parser under "lux/control/parser/". | Eduardo Julian | 2 | -102/+94 |
2019-04-19 | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 3 | -14/+17 |
2019-04-19 | Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit. | Eduardo Julian | 2 | -6/+8 |
2019-04-19 | Moved the text lexers under "lux/control/parser/". | Eduardo Julian | 5 | -11/+20 |
2019-04-19 | Extracted the type-parsing machinery into its own module. | Eduardo Julian | 1 | -2/+5 |
2019-04-17 | Simplified the "Order" signature. | Eduardo Julian | 3 | -18/+22 |
2019-04-16 | The old compiler is now identified with "old" instead of "jvm". This should h... | Eduardo Julian | 2 | -0/+0 |
2019-04-16 | Improvements to error messaging for extensions. | Eduardo Julian | 1 | -5/+5 |
2019-04-15 | Removed the (deemed unnecessary) host extensions for the scripting languages. | Eduardo Julian | 1 | -3/+1 |
2019-04-15 | Ported the synthesis tests to the new format. | Eduardo Julian | 12 | -460/+472 |
2019-04-14 | Ported the analysis tests to the new format. | Eduardo Julian | 16 | -1037/+1088 |
2019-04-13 | Started porting tests for "lux/tool". | Eduardo Julian | 4 | -168/+183 |
2019-04-12 | Fixed some bugs. | Eduardo Julian | 3 | -25/+17 |
2019-04-12 | Improvements and fixes to "tuple//left" and "tuple//right". | Eduardo Julian | 2 | -16/+26 |
2019-04-11 | WIP: Lua compiler. | Eduardo Julian | 1 | -1/+5 |
2019-04-08 | Moved Ruby back-end code to stdlib. | Eduardo Julian | 1 | -1/+7 |
2019-04-06 | Moved "lux/cli", "lux/io" and "lux/function" under "lux/control". | Eduardo Julian | 31 | -125/+138 |
2019-04-06 | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 94 | -132/+149 |
2019-04-04 | Fixed a bug when pattern matching against "Error" values. | Eduardo Julian | 1 | -14/+13 |
2019-04-04 | Forgot "lux text char". | Eduardo Julian | 1 | -1/+1 |
2019-04-04 | Changed the order of the inputs to the common extensions. | Eduardo Julian | 1 | -18/+18 |
2019-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 19 | -33/+33 |
2019-03-30 | Yet more fixes. | Eduardo Julian | 2 | -5/+5 |
2019-03-30 | Fixed some more tests. | Eduardo Julian | 4 | -26/+24 |
2019-03-29 | Fixed more tests. | Eduardo Julian | 12 | -349/+321 |