aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 e...Eduardo Julian2021-08-213-11/+103
* 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
* 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 compi...Eduardo Julian2021-07-232-22/+113
* 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
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-192-0/+104
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-186-83/+210
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-177-11/+150
* Now properly loading cached modules.Eduardo Julian2021-07-179-166/+526