aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/dependency (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-17/+17
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-22/+27
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-0/+35
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-3/+3
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-2/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-23/+23
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-1/+1
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-89/+50
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-4/+5
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-0/+5
|
* Improved the design of actors.Eduardo Julian2020-11-011-18/+13
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-6/+6
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-0/+184