| Commit message (Expand) | Author | Files | Lines |
2019-04-19 | Moved the code/syntax parser under "lux/control/parser/". | Eduardo Julian | 61 | -482/+570 |
2019-04-19 | Moved the XML parser under "lux/control/parser/". | Eduardo Julian | 3 | -162/+179 |
2019-04-19 | Moved the JSON parser under "lux/control/parser/". | Eduardo Julian | 5 | -244/+256 |
2019-04-19 | Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree". | Eduardo Julian | 7 | -22/+18 |
2019-04-19 | Moved the (rose) tree parser under "lux/control/parser/". | Eduardo Julian | 3 | -108/+101 |
2019-04-19 | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 5 | -45/+48 |
2019-04-19 | Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit. | Eduardo Julian | 14 | -164/+167 |
2019-04-19 | Moved the text lexers under "lux/control/parser/". | Eduardo Julian | 17 | -113/+124 |
2019-04-19 | Extracted the type-parsing machinery into its own module. | Eduardo Julian | 6 | -465/+487 |
2019-04-19 | Re-named "lux/tool/compiler/phase/extension/analysis/host.old.lux" to "lux/to... | Eduardo Julian | 2 | -13/+18 |
2019-04-18 | WIP: Host interop for the new JVM compiler. | Eduardo Julian | 4 | -158/+2279 |
2019-04-18 | Improvements and fixes for JVM extensions. | Eduardo Julian | 4 | -266/+272 |
2019-04-18 | Fixed a bug where it was possible to write invalid identifiers if they ended ... | Eduardo Julian | 1 | -18/+19 |
2019-04-17 | - Improved error messaging when trying to access an unbound type-parameter du... | Eduardo Julian | 2 | -125/+121 |
2019-04-17 | Simplified the "Order" signature. | Eduardo Julian | 20 | -296/+191 |
2019-04-17 | Some adjustments of the stdlib for the new JVM compiler. | Eduardo Julian | 4 | -45/+89 |
2019-04-17 | - Made the "open:" and "^open" macros not generate record-patterns, and thus ... | Eduardo Julian | 13 | -168/+171 |
2019-04-17 | Order for names. | Eduardo Julian | 1 | -0/+19 |
2019-04-17 | Pattern-matching can now handle universally quantified sums. | Eduardo Julian | 2 | -27/+40 |
2019-04-17 | Now "refreshing" the evaluator every time a new definition is processed. | Eduardo Julian | 4 | -40/+53 |
2019-04-17 | Fixed an issue with weird spacing at the end of lines in "lux/time/duration". | Eduardo Julian | 3 | -38/+48 |
2019-04-17 | - Re-named the "lux convert ..." extensions to "lux conversion ...". | Eduardo Julian | 3 | -122/+163 |
2019-04-16 | The "invalid-syntax" can now be parameterized with the formatter for the inputs. | Eduardo Julian | 3 | -19/+15 |
2019-04-16 | Made some new-luxc modules "old". | Eduardo Julian | 1 | -0/+0 |
2019-04-16 | The old compiler is now identified with "old" instead of "jvm". This should h... | Eduardo Julian | 36 | -58/+64 |
2019-04-16 | Small import fixes for the sake of tags. | Eduardo Julian | 8 | -30/+35 |
2019-04-16 | Improvements to error messaging for extensions. | Eduardo Julian | 5 | -48/+56 |
2019-04-16 | Some fixes to the parser. | Eduardo Julian | 2 | -33/+51 |
2019-04-16 | Made some fixes the the type-checker, to properly handle the situation of typ... | Eduardo Julian | 1 | -77/+121 |
2019-04-15 | Yet more improvements to error messaging. | Eduardo Julian | 2 | -5/+14 |
2019-04-15 | More improvements to error messages. | Eduardo Julian | 4 | -50/+39 |
2019-04-15 | Improved error reporting in the (new) compilers. | Eduardo Julian | 15 | -257/+289 |
2019-04-15 | Removed the (deemed unnecessary) host extensions for the scripting languages. | Eduardo Julian | 11 | -231/+11 |
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 | 21 | -1111/+1162 |
2019-04-14 | Small improvements and clean-up. | Eduardo Julian | 1 | -80/+41 |
2019-04-14 | Fixed a bug when closing composite syntax (forms, tuples & records) in the pr... | Eduardo Julian | 3 | -107/+154 |
2019-04-13 | Some refactoring. | Eduardo Julian | 1 | -74/+45 |
2019-04-13 | Started porting tests for "lux/tool". | Eduardo Julian | 4 | -168/+183 |
2019-04-12 | Fixed some bugs. | Eduardo Julian | 4 | -44/+36 |
2019-04-12 | Improvements and fixes to "tuple//left" and "tuple//right". | Eduardo Julian | 7 | -96/+116 |
2019-04-12 | Added some debugging machinery. | Eduardo Julian | 1 | -0/+75 |
2019-04-11 | WIP: Lua compiler. | Eduardo Julian | 17 | -19/+1370 |
2019-04-09 | WIP: Ruby compiler. | Eduardo Julian | 5 | -8/+6 |
2019-04-08 | Moved Ruby back-end code to stdlib. | Eduardo Julian | 19 | -83/+1483 |
2019-04-07 | Upgraded the tuple right-access mechanism to the new style. | Eduardo Julian | 4 | -66/+74 |
2019-04-07 | Updated the JVM compiler to the latest changes. | Eduardo Julian | 2 | -36/+2 |
2019-04-07 | - Upgrade the tuple left-access mechanism to the new style. | Eduardo Julian | 29 | -65/+81 |
2019-04-06 | Moved "lux/cli", "lux/io" and "lux/function" under "lux/control". | Eduardo Julian | 70 | -194/+222 |
2019-04-06 | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 266 | -410/+531 |