aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the indentation of variants.Eduardo Julian2021-09-1048-707/+708
* Migrated variants to the new syntax.Eduardo Julian2021-09-10472-7839/+7811
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-0929-768/+360
* De-bracing | part 2Eduardo Julian2021-09-0867-432/+415
* De-bracing | part 1Eduardo Julian2021-09-0827-131/+143
* De-bracing part 0Eduardo Julian2021-09-0816-239/+234
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-08101-299/+413
* Post annotations clean-up.Eduardo Julian2021-09-0814-210/+28
* No more annotations.Eduardo Julian2021-09-0833-772/+301
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-0890-9875/+9645
* No more module annotations.Eduardo Julian2021-09-0812-120/+25
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-0811-580/+51
* Eliminated the last application of annotations.Eduardo Julian2021-09-074-59/+45
* De-taggification | part 4Eduardo Julian2021-09-07975-9152/+9156
* New chapter on compiler extensions.Eduardo Julian2021-09-0623-14/+1121
* Applied new convention for variants.Eduardo Julian2021-09-0611-150/+147
* Documentation improvements.Eduardo Julian2021-09-0610-76/+118
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05333-966/+966
* Added a chapter on cross-platform Lux.Eduardo Julian2021-09-0525-155/+402
* Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2021-09-057-26/+53
* De-taggification | part 3Eduardo Julian2021-09-056-167/+134
* Handled formatting issues in documentation.Eduardo Julian2021-09-0534-355/+220
* Appendix H: AedifexEduardo Julian2021-09-045-15/+295
* Better type-declaration documentation.Eduardo Julian2021-09-045-33/+45
* De-taggification | part 2Eduardo Julian2021-09-041014-6764/+6764
* Unified tuple and record syntax.Eduardo Julian2021-09-03213-1737/+1859
* De-taggification | part 1Eduardo Julian2021-09-0137-202/+225
* Updates to the JS compiler.Eduardo Julian2021-09-0119-273/+297
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-305-21/+30
* De-taggification | part 0Eduardo Julian2021-08-2967-36917/+571
* Better parameterized type documentation.Eduardo Julian2021-08-2992-279/+36928
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-2941-636/+1000
* Updates to the Ruby compiler.Eduardo Julian2021-08-27297-2283/+2927
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2672-742/+766
* Updates to the Lua compiler.Eduardo Julian2021-08-25138-2399/+4175
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24586-6915/+8628
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-23331-2925/+4339
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-2152-184/+2302
* More fixes.Eduardo Julian2021-08-2054-441/+2045
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-19112-1035/+3426
* Some bug fixes.Eduardo Julian2021-08-18458-3949/+5297
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16279-1890/+3010
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-14112-508/+1485
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-13195-1156/+1614
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-12206-1020/+1484
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11436-3787/+4167
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-09335-3281/+3847
* No more #export magic syntax.Eduardo Julian2021-08-08818-6368/+6723
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-07298-1916/+2281
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-02152-1111/+1530