aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository/remote.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-68/+13
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-17/+17
2020-12-23Refactored "export" common syntax.Eduardo Julian1-53/+40
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-46/+58
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-10/+10
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-2/+2
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-15/+23
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-7/+36
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-2/+74
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-0/+85