aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-07Eliminated the last application of annotations.Eduardo Julian3-49/+45
2021-09-07De-taggification | part 4Eduardo Julian402-4070/+4074
2021-09-06New chapter on compiler extensions.Eduardo Julian6-7/+11
2021-09-06Applied new convention for variants.Eduardo Julian3-43/+12
2021-09-06Documentation improvements.Eduardo Julian6-57/+74
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian149-382/+382
2021-09-05Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian3-6/+21
2021-09-05Handled formatting issues in documentation.Eduardo Julian2-19/+16
2021-09-04Better type-declaration documentation.Eduardo Julian4-32/+44
2021-09-04De-taggification | part 2Eduardo Julian447-3409/+3409
2021-09-03Unified tuple and record syntax.Eduardo Julian124-1031/+1102
2021-09-01De-taggification | part 1Eduardo Julian13-82/+62
2021-09-01Updates to the JS compiler.Eduardo Julian8-148/+99
2021-08-30Better tagged type documentation + lexer fix.Eduardo Julian3-19/+28
2021-08-29De-taggification | part 0Eduardo Julian32-280/+266
2021-08-29Better parameterized type documentation.Eduardo Julian4-36/+218
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian22-338/+578
2021-08-27Updates to the Ruby compiler.Eduardo Julian184-1640/+1819
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian49-625/+491
2021-08-25Updates to the Lua compiler.Eduardo Julian68-1450/+601
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian326-5064/+5175
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian196-2261/+2075
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian23-147/+110
2021-08-20More fixes.Eduardo Julian23-399/+113
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian38-433/+271
2021-08-18Some bug fixes.Eduardo Julian225-2211/+1943
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian155-1223/+926
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian51-274/+623
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian110-703/+884
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian128-779/+965
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian256-2579/+2685
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian217-2360/+2584
2021-08-08No more #export magic syntax.Eduardo Julian445-5345/+5667
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian138-1258/+1387
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian100-485/+537
2021-08-01Even more renamings.Eduardo Julian155-797/+797
2021-07-31Yet more renamings.Eduardo Julian55-616/+731
2021-07-30More renamings.Eduardo Julian101-691/+736
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian74-615/+701
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian148-1520/+1671
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian282-5629/+5772
2021-07-26Re-named Promise to Async.Eduardo Julian116-1485/+1552
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian144-1477/+1564
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian6-41/+161
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2-35/+120
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian4-132/+179
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian9-86/+171
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian3-91/+187
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian15-218/+256
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian23-99/+125