Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 1 | -15/+16 | |
2021-06-30 | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 1 | -1/+1 | |
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | |||||
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 1 | -6/+6 | |
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-28 | Added "private" macro to lux/debug. | Eduardo Julian | 1 | -2/+2 | |
2020-10-31 | Easy to use Rev constants. | Eduardo Julian | 1 | -2/+2 | |
2020-10-25 | Some improvements to the Lux syntax parser. | Eduardo Julian | 1 | -0/+3 | |
2020-10-12 | Tweaked how I64 masks are made. | Eduardo Julian | 1 | -8/+19 | |
2020-10-09 | Also using BIPUSH and SIPUSH during JVM generation. | Eduardo Julian | 1 | -1/+1 | |
2020-10-07 | Test imports for circular dependencies. | Eduardo Julian | 1 | -1/+9 | |
2020-10-03 | Gave Aedifex support for multiple profiles. | Eduardo Julian | 1 | -65/+48 | |
2020-10-03 | Added deployment code to Aedifex. | Eduardo Julian | 1 | -2/+5 | |
2020-08-28 | Build programs. | Eduardo Julian | 1 | -3/+11 | |
2020-08-26 | Download and catch dependencies in Aedifex. | Eduardo Julian | 1 | -26/+9 | |
2020-08-17 | Add local repo installation to Aedifex. | Eduardo Julian | 1 | -3/+11 | |
2020-08-12 | WIP: New build-tool named Aedifex (can read project descriptions). | Eduardo Julian | 1 | -0/+68 | |