Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-04-16 | The old compiler is now identified with "old" instead of "jvm". This should ↵ | Eduardo Julian | 1 | -175/+0 | |
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-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 1 | -2/+2 | |
2019-03-15 | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 1 | -3/+3 | |
to avoid confusion since "/" is used for relative module paths. | |||||
2019-03-14 | Now allowing the alias of a module to refer to the alias of an ancestor. | Eduardo Julian | 1 | -3/+3 | |
2019-02-24 | Improved the names of monad transformers. | Eduardo Julian | 1 | -7/+7 | |
2019-02-11 | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 1 | -2/+2 | |
structures. | |||||
2019-02-07 | Small improvements & fixes. | Eduardo Julian | 1 | -49/+54 | |
2019-02-04 | Changed the naming style for structures. | Eduardo Julian | 1 | -10/+10 | |
2018-12-31 | Re-named "lux/world/database" to "lux/world/db". | Eduardo Julian | 1 | -3/+3 | |
2018-12-30 | WIP: Added JDBC library. | Eduardo Julian | 1 | -0/+170 | |