| Commit message (Expand) | Author | Files | Lines |
2021-09-06 | New chapter on compiler extensions. | Eduardo Julian | 14 | -5/+853 |
2021-09-06 | Documentation improvements. | Eduardo Julian | 3 | -13/+34 |
2021-09-05 | Handled formatting issues in documentation. | Eduardo Julian | 29 | -331/+188 |
2021-09-04 | Better type-declaration documentation. | Eduardo Julian | 1 | -1/+1 |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 180 | -719/+719 |
2021-09-03 | Unified tuple and record syntax. | Eduardo Julian | 1 | -2/+2 |
2021-09-01 | De-taggification | part 1 | Eduardo Julian | 4 | -34/+34 |
2021-09-01 | Updates to the JS compiler. | Eduardo Julian | 2 | -4/+74 |
2021-08-30 | Better tagged type documentation + lexer fix. | Eduardo Julian | 2 | -2/+2 |
2021-08-29 | De-taggification | part 0 | Eduardo Julian | 4 | -31/+30 |
2021-08-29 | Better parameterized type documentation. | Eduardo Julian | 84 | -120/+120 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 6 | -10/+321 |
2021-08-26 | "Interface" instead of "interface:", and "Rec" can be used in type definition. | Eduardo Julian | 10 | -27/+35 |
2021-08-25 | Updates to the Lua compiler. | Eduardo Julian | 25 | -41/+1475 |
2021-08-24 | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 26 | -21/+1362 |
2021-08-23 | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 36 | -58/+1550 |
2021-08-21 | Can now produce arbitrary code fragments statically by evaluating arbitrary e... | Eduardo Julian | 21 | -11/+1829 |
2021-08-20 | More fixes. | Eduardo Julian | 24 | -17/+1873 |
2021-08-19 | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 26 | -23/+2326 |
2021-08-18 | Some bug fixes. | Eduardo Julian | 34 | -51/+1487 |
2021-08-16 | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 33 | -32/+1421 |
2021-08-14 | Moved documentation-generation machinery to its own module. | Eduardo Julian | 11 | -0/+295 |