aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-096-164/+18
|
* De-bracing | part 2Eduardo Julian2021-09-0811-92/+92
|
* De-bracing | part 1Eduardo Julian2021-09-083-3/+4
|
* De-bracing part 0Eduardo Julian2021-09-083-35/+42
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-085-8/+11
|
* Post annotations clean-up.Eduardo Julian2021-09-083-59/+2
|
* No more annotations.Eduardo Julian2021-09-084-10/+8
|
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-082-73/+67
|
* No more module annotations.Eduardo Julian2021-09-082-11/+0
|
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-084-22/+39
|
* Eliminated the last application of annotations.Eduardo Julian2021-09-071-10/+0
|
* De-taggification | part 4Eduardo Julian2021-09-07244-2690/+2690
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05141-482/+482
|
* De-taggification | part 3Eduardo Julian2021-09-052-49/+23
|
* De-taggification | part 2Eduardo Julian2021-09-04244-1445/+1445
|
* Unified tuple and record syntax.Eduardo Julian2021-09-0327-304/+305
|
* De-taggification | part 1Eduardo Julian2021-09-013-66/+66
|
* Updates to the JS compiler.Eduardo Julian2021-09-011-38/+0
|
* De-taggification | part 0Eduardo Julian2021-08-299-31/+22
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-293-49/+35
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-2752-192/+212
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-268-49/+67
|
* Updates to the Lua compiler.Eduardo Julian2021-08-259-67/+68
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24162-1108/+1122
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2353-284/+284
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-213-11/+103
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-201-13/+13
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-193-2/+13
|
* Some bug fixes.Eduardo Julian2021-08-18118-762/+769
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1654-491/+511
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1425-170/+265
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1354-371/+440
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1256-196/+358
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11126-981/+998
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0959-332/+370
|
* No more #export magic syntax.Eduardo Julian2021-08-08241-488/+505
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07116-512/+542
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-0229-95/+136
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-0139-282/+313
|
* Yet more renamings.Eduardo Julian2021-07-3113-100/+122
|
* More renamings.Eduardo Julian2021-07-3075-266/+324
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2920-90/+129
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2821-417/+435
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27124-2453/+2456
|
* Re-named Promise to Async.Eduardo Julian2021-07-2656-475/+531
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25114-1042/+1028
|
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-241-5/+127
|
* Automatically handling input/output conversions for methods in new JVM ↵Eduardo Julian2021-07-232-22/+113
| | | | compiler.
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-222-78/+241
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-203-39/+168
|