| Commit message (Expand) | Author | Files | Lines |
2021-09-08 | De-bracing | part 2 | Eduardo Julian | 59 | -375/+358 |
2021-09-08 | De-bracing | part 1 | Eduardo Julian | 21 | -111/+123 |
2021-09-08 | De-bracing part 0 | Eduardo Julian | 8 | -48/+55 |
2021-09-08 | Normalized syntax of "exception:", "actor:" and "message:". | Eduardo Julian | 89 | -263/+374 |
2021-09-08 | Post annotations clean-up. | Eduardo Julian | 14 | -210/+28 |
2021-09-08 | No more annotations. | Eduardo Julian | 25 | -711/+254 |
2021-09-08 | Normalized the syntax of "abstract:" and "actor:". | Eduardo Julian | 90 | -11161/+10931 |
2021-09-08 | No more module annotations. | Eduardo Julian | 6 | -67/+14 |
2021-09-08 | Now using eval to derive code for arbitrary types. | Eduardo Julian | 10 | -579/+50 |
2021-09-07 | Eliminated the last application of annotations. | Eduardo Julian | 4 | -59/+45 |
2021-09-07 | De-taggification | part 4 | Eduardo Julian | 920 | -8355/+8359 |
2021-09-06 | New chapter on compiler extensions. | Eduardo Julian | 21 | -14/+869 |
2021-09-06 | Applied new convention for variants. | Eduardo Julian | 3 | -43/+12 |
2021-09-06 | Documentation improvements. | Eduardo Julian | 10 | -77/+119 |
2021-09-05 | Changed the syntax of do/be's (co)monad bindings. | Eduardo Julian | 323 | -933/+933 |
2021-09-05 | Clearing the local scope during eval analysis to avoid accidentally seeing va... | Eduardo Julian | 3 | -6/+21 |
2021-09-05 | De-taggification | part 3 | Eduardo Julian | 5 | -119/+86 |
2021-09-05 | Handled formatting issues in documentation. | Eduardo Julian | 31 | -350/+204 |
2021-09-04 | Appendix H: Aedifex | Eduardo Julian | 2 | -14/+72 |
2021-09-04 | Better type-declaration documentation. | Eduardo Julian | 5 | -33/+45 |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 956 | -6282/+6282 |
2021-09-03 | Unified tuple and record syntax. | Eduardo Julian | 182 | -1498/+1577 |
2021-09-01 | De-taggification | part 1 | Eduardo Julian | 20 | -182/+162 |
2021-09-01 | Updates to the JS compiler. | Eduardo Julian | 14 | -204/+195 |
2021-08-30 | Better tagged type documentation + lexer fix. | Eduardo Julian | 5 | -22/+31 |
2021-08-29 | De-taggification | part 0 | Eduardo Julian | 50 | -36817/+325 |
2021-08-29 | Better parameterized type documentation. | Eduardo Julian | 91 | -276/+36926 |
2021-08-29 | Made labels (tags & slots) into a form of global binding. | Eduardo Julian | 25 | -390/+616 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 277 | -2229/+2749 |
2021-08-26 | "Interface" instead of "interface:", and "Rec" can be used in type definition. | Eduardo Julian | 70 | -749/+641 |
2021-08-25 | Updates to the Lua compiler. | Eduardo Julian | 128 | -1696/+3294 |
2021-08-24 | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 557 | -6579/+8048 |
2021-08-23 | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 310 | -2810/+4120 |
2021-08-21 | Can now produce arbitrary code fragments statically by evaluating arbitrary e... | Eduardo Julian | 48 | -184/+2048 |
2021-08-20 | More fixes. | Eduardo Julian | 49 | -434/+2009 |
2021-08-19 | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 69 | -471/+2645 |
2021-08-18 | Some bug fixes. | Eduardo Julian | 416 | -3326/+4522 |
2021-08-16 | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 259 | -1815/+2930 |
2021-08-14 | Moved documentation-generation machinery to its own module. | Eduardo Julian | 98 | -467/+1251 |
2021-08-13 | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 175 | -1106/+1356 |
2021-08-12 | Improved binding syntax for "syntax:". | Eduardo Julian | 195 | -997/+1346 |
2021-08-11 | Relocated maybe and lazy from data to control. | Eduardo Julian | 408 | -3648/+3770 |
2021-08-09 | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 300 | -2849/+3111 |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 769 | -6111/+6452 |
2021-08-07 | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 284 | -1920/+2074 |
2021-08-02 | Fixed a bug in the new compiler which allowed the same module to be imported ... | Eduardo Julian | 134 | -596/+689 |
2021-08-01 | Even more renamings. | Eduardo Julian | 204 | -1104/+1135 |
2021-07-31 | Yet more renamings. | Eduardo Julian | 70 | -754/+873 |
2021-07-30 | More renamings. | Eduardo Julian | 188 | -1024/+1127 |
2021-07-29 | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 95 | -707/+832 |