aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved error reporting for syntax macros.Eduardo Julian2020-11-054-5/+99
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-022-0/+121
|
* Allow defining anonymous actors.Eduardo Julian2020-11-028-15/+152
|
* Improved the design of actors.Eduardo Julian2020-11-014-8/+72
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-0/+101
|
* Easy to use Rev constants.Eduardo Julian2020-10-312-1/+55
|
* Some small refactoring.Eduardo Julian2020-10-252-2/+2
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-0/+51
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-242-6/+73
|
* Re-named some list functions.Eduardo Julian2020-10-241-0/+48
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-243-10/+36
|
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-0/+95
|
* Gave the Location type its own module.Eduardo Julian2020-10-142-1/+43
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-122-0/+32
|
* Tweaked how I64 masks are made.Eduardo Julian2020-10-122-5/+99
|
* Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian2020-10-092-10/+34
| | | | and short be default.
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-093-101/+269
|
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-071-1/+3
|
* Test imports for circular dependencies.Eduardo Julian2020-10-071-0/+212