Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-16 | Adapted Lua, Python and Ruby compilers to the new variant format. | Eduardo Julian | 17 | -265/+279 | |
2021-09-16 | Additional documentation for JVM types. | Eduardo Julian | 1 | -3/+3 | |
2021-09-15 | "module:" => "using" | Eduardo Julian | 440 | -503/+503 | |
2021-09-15 | "Row" => "Sequence" | Eduardo Julian | 47 | -361/+354 | |
2021-09-15 | "Sequence" => "Stream" | Eduardo Julian | 2 | -35/+35 | |
2021-09-15 | Correctly analyzing records in the presence of local bindings. | Eduardo Julian | 8 | -125/+162 | |
2021-09-14 | Re-named "recur" to "again". | Eduardo Julian | 109 | -463/+463 | |
2021-09-14 | Better list pairing. | Eduardo Julian | 5 | -123/+157 | |
2021-09-14 | Re-named "Identifier" to "Symbol". | Eduardo Julian | 106 | -959/+959 | |
2021-09-14 | No more "^slots". | Eduardo Julian | 19 | -164/+128 | |
2021-09-14 | Re-named "name_of" to "symbol". | Eduardo Julian | 21 | -47/+47 | |
2021-09-14 | Re-named "Name" to "Symbol". | Eduardo Julian | 51 | -367/+373 | |
2021-09-13 | Re-named "primitive" to "Primitive". | Eduardo Julian | 32 | -122/+123 | |
2021-09-13 | Updated new compilers w.r.t. removal of tags/labels. | Eduardo Julian | 13 | -274/+114 | |
2021-09-13 | Re-named #Label to #Tag. | Eduardo Julian | 8 | -23/+23 | |
2021-09-13 | Updated only/except import syntax to take into account record => variant ↵ | Eduardo Julian | 433 | -2698/+2698 | |
syntax change. | |||||
2021-09-12 | Re-named \ => # && \\ => ## | Eduardo Julian | 315 | -3526/+3527 | |
2021-09-12 | Made the "#" character great again! | Eduardo Julian | 290 | -6161/+6093 | |
2021-09-10 | Adjusted new compilers to work with the new variant syntax. | Eduardo Julian | 5 | -33/+61 | |
2021-09-10 | Undid the foolish re-design of "abstract:" and "actor:". | Eduardo Julian | 85 | -10623/+10624 | |
2021-09-10 | Fixed the indentation of variants. | Eduardo Julian | 27 | -532/+532 | |
2021-09-10 | Migrated variants to the new syntax. | Eduardo Julian | 252 | -5355/+5421 | |
2021-09-09 | The old record syntax has been re-purposed as variant syntax. | Eduardo Julian | 15 | -511/+309 | |
2021-09-08 | De-bracing | part 2 | Eduardo Julian | 42 | -227/+253 | |
2021-09-08 | De-bracing | part 1 | Eduardo Julian | 13 | -94/+101 | |
2021-09-08 | De-bracing part 0 | Eduardo Julian | 5 | -13/+13 | |
2021-09-08 | Normalized syntax of "exception:", "actor:" and "message:". | Eduardo Julian | 76 | -243/+344 | |
2021-09-08 | Post annotations clean-up. | Eduardo Julian | 9 | -123/+25 | |
2021-09-08 | No more annotations. | Eduardo Julian | 20 | -700/+245 | |
2021-09-08 | Normalized the syntax of "abstract:" and "actor:". | Eduardo Julian | 85 | -10878/+10672 | |
2021-09-08 | No more module annotations. | Eduardo Julian | 3 | -55/+14 | |
2021-09-08 | Now using eval to derive code for arbitrary types. | Eduardo Julian | 1 | -25/+3 | |
2021-09-07 | Eliminated the last application of annotations. | Eduardo Julian | 3 | -49/+45 | |
2021-09-07 | De-taggification | part 4 | Eduardo Julian | 402 | -4071/+4075 | |
2021-09-06 | New chapter on compiler extensions. | Eduardo Julian | 6 | -7/+11 | |
2021-09-06 | Applied new convention for variants. | Eduardo Julian | 3 | -43/+12 | |
2021-09-06 | Documentation improvements. | Eduardo Julian | 6 | -58/+75 | |
2021-09-05 | Changed the syntax of do/be's (co)monad bindings. | Eduardo Julian | 149 | -382/+382 | |
2021-09-05 | Clearing the local scope during eval analysis to avoid accidentally seeing ↵ | Eduardo Julian | 3 | -6/+21 | |
variables outside of eval's scope. | |||||
2021-09-05 | Handled formatting issues in documentation. | Eduardo Julian | 2 | -19/+16 | |
2021-09-04 | Better type-declaration documentation. | Eduardo Julian | 4 | -32/+44 | |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 447 | -3409/+3409 | |
2021-09-03 | Unified tuple and record syntax. | Eduardo Julian | 124 | -1039/+1110 | |
2021-09-01 | De-taggification | part 1 | Eduardo Julian | 13 | -82/+62 | |
2021-09-01 | Updates to the JS compiler. | Eduardo Julian | 8 | -148/+99 | |
2021-08-30 | Better tagged type documentation + lexer fix. | Eduardo Julian | 3 | -20/+29 | |
2021-08-29 | De-taggification | part 0 | Eduardo Julian | 32 | -283/+269 | |
2021-08-29 | Better parameterized type documentation. | Eduardo Julian | 4 | -36/+218 | |
2021-08-29 | Made labels (tags & slots) into a form of global binding. | Eduardo Julian | 22 | -341/+581 | |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 184 | -1647/+1826 | |