Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 1 | -7/+7 | |
convention that only macros that deal with types may start with a colon. | |||||
2020-11-24 | Better error messages when re-using a name when making a definition. | Eduardo Julian | 1 | -4/+4 | |
2020-11-05 | Improved error reporting for syntax macros. | Eduardo Julian | 1 | -2/+3 | |
2020-11-02 | Allow defining anonymous actors. | Eduardo Julian | 1 | -2/+2 | |
2020-10-24 | Re-named "search" to "one" and "search-all" to "all". | Eduardo Julian | 1 | -8/+3 | |
2020-10-09 | Mandatory long names for JVM imports, instead of having "long" be optional ↵ | Eduardo Julian | 1 | -10/+4 | |
and short be default. | |||||
2020-10-09 | Also using BIPUSH and SIPUSH during JVM generation. | Eduardo Julian | 1 | -89/+29 | |
2020-10-07 | Re-named "Cursor" type to "Location". | Eduardo Julian | 1 | -1/+3 | |
2020-10-07 | Test imports for circular dependencies. | Eduardo Julian | 1 | -0/+212 | |