aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12593-6525/+6520
|
* Made the "#" character great again!Eduardo Julian2021-09-12498-8941/+8838
|
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-108-49/+77
|
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-1090-10884/+10885
|
* Fixed the indentation of variants.Eduardo Julian2021-09-1046-674/+674
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-10439-7108/+7175
|
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-0923-709/+328
|
* De-bracing | part 2Eduardo Julian2021-09-0859-375/+358
|
* De-bracing | part 1Eduardo Julian2021-09-0821-111/+123
|
* De-bracing part 0Eduardo Julian2021-09-088-48/+55
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-0889-263/+374
|
* Post annotations clean-up.Eduardo Julian2021-09-0814-210/+28
|
* No more annotations.Eduardo Julian2021-09-0825-711/+254
|
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-0890-11161/+10931
|
* No more module annotations.Eduardo Julian2021-09-086-67/+14
|
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-0810-579/+50
|
* Eliminated the last application of annotations.Eduardo Julian2021-09-074-59/+45
|
* De-taggification | part 4Eduardo Julian2021-09-07920-8355/+8359
|
* New chapter on compiler extensions.Eduardo Julian2021-09-0621-14/+869
|
* Applied new convention for variants.Eduardo Julian2021-09-063-43/+12
|
* Documentation improvements.Eduardo Julian2021-09-0610-77/+119
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05323-933/+933
|
* Clearing the local scope during eval analysis to avoid accidentally seeing ↵Eduardo Julian2021-09-053-6/+21
| | | | variables outside of eval's scope.
* De-taggification | part 3Eduardo Julian2021-09-055-119/+86
|
* Handled formatting issues in documentation.Eduardo Julian2021-09-0531-350/+204
|
* Appendix H: AedifexEduardo Julian2021-09-042-14/+72
|
* Better type-declaration documentation.Eduardo Julian2021-09-045-33/+45
|
* De-taggification | part 2Eduardo Julian2021-09-04956-6282/+6282
|
* Unified tuple and record syntax.Eduardo Julian2021-09-03182-1498/+1577
|
* De-taggification | part 1Eduardo Julian2021-09-0120-182/+162
|
* Updates to the JS compiler.Eduardo Julian2021-09-0114-204/+195
|
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-305-22/+31
|
* De-taggification | part 0Eduardo Julian2021-08-2950-36817/+325
|
* Better parameterized type documentation.Eduardo Julian2021-08-2991-276/+36926
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-2925-390/+616
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-27277-2229/+2749
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2670-749/+641
|
* Updates to the Lua compiler.Eduardo Julian2021-08-25128-1696/+3294
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24557-6579/+8048
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-23310-2810/+4120
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-2148-184/+2048
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-2049-434/+2009
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1969-471/+2645
|
* Some bug fixes.Eduardo Julian2021-08-18416-3326/+4522
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16259-1815/+2930
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1498-467/+1251
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-13175-1106/+1356
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-12195-997/+1346
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11408-3648/+3770
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-09300-2849/+3111
|