Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly analyzing records in the presence of local bindings. | Eduardo Julian | 2021-09-15 | 1 | -77/+93 |
| | |||||
* | Re-named "recur" to "again". | Eduardo Julian | 2021-09-14 | 1 | -9/+9 |
| | |||||
* | Better list pairing. | Eduardo Julian | 2021-09-14 | 1 | -99/+117 |
| | |||||
* | Re-named "Identifier" to "Symbol". | Eduardo Julian | 2021-09-14 | 1 | -226/+226 |
| | |||||
* | No more "^slots". | Eduardo Julian | 2021-09-14 | 1 | -39/+0 |
| | |||||
* | Re-named "name_of" to "symbol". | Eduardo Julian | 2021-09-14 | 1 | -17/+17 |
| | |||||
* | Re-named "Name" to "Symbol". | Eduardo Julian | 2021-09-14 | 1 | -57/+57 |
| | |||||
* | Re-named "primitive" to "Primitive". | Eduardo Julian | 2021-09-13 | 1 | -5/+5 |
| | |||||
* | Updated new compilers w.r.t. removal of tags/labels. | Eduardo Julian | 2021-09-13 | 1 | -1/+2 |
| | |||||
* | Re-named #Label to #Tag. | Eduardo Julian | 2021-09-13 | 1 | -6/+6 |
| | |||||
* | Updated only/except import syntax to take into account record => variant ↵ | Eduardo Julian | 2021-09-13 | 1 | -6/+6 |
| | | | | syntax change. | ||||
* | Re-named \ => # && \\ => ## | Eduardo Julian | 2021-09-12 | 1 | -389/+389 |
| | |||||
* | Made the "#" character great again! | Eduardo Julian | 2021-09-12 | 1 | -522/+447 |
| | |||||
* | Fixed the indentation of variants. | Eduardo Julian | 2021-09-10 | 1 | -406/+406 |
| | |||||
* | Migrated variants to the new syntax. | Eduardo Julian | 2021-09-10 | 1 | -1136/+1172 |
| | |||||
* | The old record syntax has been re-purposed as variant syntax. | Eduardo Julian | 2021-09-09 | 1 | -274/+205 |
| | |||||
* | De-bracing | part 2 | Eduardo Julian | 2021-09-08 | 1 | -4/+23 |
| | |||||
* | De-bracing | part 1 | Eduardo Julian | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | Post annotations clean-up. | Eduardo Julian | 2021-09-08 | 1 | -5/+0 |
| | |||||
* | No more annotations. | Eduardo Julian | 2021-09-08 | 1 | -535/+92 |
| | |||||
* | No more module annotations. | Eduardo Julian | 2021-09-08 | 1 | -27/+14 |
| | |||||
* | Eliminated the last application of annotations. | Eduardo Julian | 2021-09-07 | 1 | -20/+1 |
| | |||||
* | De-taggification | part 4 | Eduardo Julian | 2021-09-07 | 1 | -18/+22 |
| | |||||
* | Documentation improvements. | Eduardo Julian | 2021-09-06 | 1 | -4/+5 |
| | |||||
* | Better type-declaration documentation. | Eduardo Julian | 2021-09-04 | 1 | -6/+6 |
| | |||||
* | De-taggification | part 2 | Eduardo Julian | 2021-09-04 | 1 | -12/+12 |
| | |||||
* | Unified tuple and record syntax. | Eduardo Julian | 2021-09-03 | 1 | -144/+154 |
| | |||||
* | Updates to the JS compiler. | Eduardo Julian | 2021-09-01 | 1 | -40/+8 |
| | |||||
* | Made labels (tags & slots) into a form of global binding. | Eduardo Julian | 2021-08-29 | 1 | -101/+186 |
| | |||||
* | Updates to the Ruby compiler. | Eduardo Julian | 2021-08-27 | 1 | -224/+366 |
| | |||||
* | "Interface" instead of "interface:", and "Rec" can be used in type definition. | Eduardo Julian | 2021-08-26 | 1 | -265/+86 |
| | |||||
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 1 | -792/+131 |
| | |||||
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 1 | -795/+860 |
| | |||||
* | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2021-08-23 | 1 | -314/+314 |
| | |||||
* | Can now produce arbitrary code fragments statically by evaluating arbitrary ↵ | Eduardo Julian | 2021-08-21 | 1 | -1/+1 |
| | | | | expressions at compile-time. | ||||
* | More fixes. | Eduardo Julian | 2021-08-20 | 1 | -10/+20 |
| | |||||
* | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 2021-08-19 | 1 | -73/+95 |
| | |||||
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 1 | -45/+45 |
| | |||||
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 1 | -43/+33 |
| | |||||
* | Moved documentation-generation machinery to its own module. | Eduardo Julian | 2021-08-14 | 1 | -26/+18 |
| | |||||
* | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2021-08-13 | 1 | -138/+190 |
| | |||||
* | Improved binding syntax for "syntax:". | Eduardo Julian | 2021-08-12 | 1 | -13/+0 |
| | |||||
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 1 | -210/+210 |
| | |||||
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 1 | -360/+360 |
| | |||||
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 1 | -644/+792 |
| | |||||
* | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 2021-08-07 | 1 | -529/+514 |
| | |||||
* | Fixed a bug in the new compiler which allowed the same module to be imported ↵ | Eduardo Julian | 2021-08-02 | 1 | -125/+124 |
| | | | | more than once. | ||||
* | Even more renamings. | Eduardo Julian | 2021-08-01 | 1 | -29/+39 |
| | |||||
* | Yet more renamings. | Eduardo Julian | 2021-07-31 | 1 | -68/+73 |
| | |||||
* | More renamings. | Eduardo Julian | 2021-07-30 | 1 | -20/+22 |
| |