Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 1 | -2/+2 | |
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 | -2/+2 | |
2020-10-31 | Easy to use Rev constants. | Eduardo Julian | 1 | -1/+19 | |
2020-10-14 | Gave the Location type its own module. | Eduardo Julian | 1 | -1/+3 | |
2020-10-12 | Type-checking macros via the Macro' type from the standard library. | Eduardo Julian | 1 | -0/+4 | |
2020-10-09 | Mandatory long names for JVM imports, instead of having "long" be optional ↵ | Eduardo Julian | 1 | -0/+30 | |
and short be default. |