Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
in the separator character (e.g. "invalid."). | |||||
2019-04-17 | - Improved error messaging when trying to access an unbound type-parameter ↵ | Eduardo Julian | 2 | -125/+121 | |
during beta-reduction. - Removed the (unused) "var::remove" function. | |||||
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 | |
not need (or impose a need on) tags. - The "do" macro for monads also doesn't need tags anymore. | |||||
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 | |
- Fixed some issues with array extensions. | |||||
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 ↵ | Eduardo Julian | 36 | -58/+64 | |
help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code. | |||||
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 ↵ | Eduardo Julian | 1 | -77/+121 | |
type-checking against type-application, when the type-abstraction being checked against is some unknown type. | |||||
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 ↵ | Eduardo Julian | 3 | -107/+154 | |
presence of comments at the end of the composite. | |||||
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 | |
- Updated JS compiler. - Updated Python compiler. | |||||
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 | |
2019-04-04 | Added a small optimization when checking variants whose internal value can ↵ | Eduardo Julian | 4 | -67/+122 | |
is ignored/popped. | |||||
2019-04-04 | Fixed a bug when pattern matching against "Error" values. | Eduardo Julian | 2 | -18/+21 | |
2019-04-04 | Updated JavaScript compiler. | Eduardo Julian | 2 | -57/+57 | |
2019-04-04 | - Updated analysis phase. | Eduardo Julian | 3 | -26/+26 | |
- Updated Python compiler. | |||||
2019-04-04 | Forgot "lux text char". | Eduardo Julian | 8 | -10/+10 | |
2019-04-04 | Changed the order of the inputs to the common extensions. | Eduardo Julian | 9 | -209/+196 | |
2019-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 155 | -643/+639 | |
2019-03-30 | Yet more fixes. | Eduardo Julian | 5 | -19/+34 | |
2019-03-30 | Fixed some more tests. | Eduardo Julian | 6 | -29/+38 | |
2019-03-29 | Fixed more tests. | Eduardo Julian | 19 | -533/+484 | |