aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-129/+4
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-17/+17
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-53/+40
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-46/+58
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-10/+10
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-2/+2
|
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-15/+23
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-7/+36
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-2/+74
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-0/+85