aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-12Made the "#" character great again!Eduardo Julian112-1741/+1737
2021-09-10Adjusted new compilers to work with the new variant syntax.Eduardo Julian4-21/+34
2021-09-10Fixed the indentation of variants.Eduardo Julian9-75/+75
2021-09-10Migrated variants to the new syntax.Eduardo Julian96-1473/+1493
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian1-9/+10
2021-09-08De-bracing | part 2Eduardo Julian11-29/+32
2021-09-08De-bracing | part 1Eduardo Julian1-1/+1
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian22-75/+132
2021-09-08Post annotations clean-up.Eduardo Julian4-27/+20
2021-09-08No more module annotations.Eduardo Julian2-28/+0
2021-09-07De-taggification | part 4Eduardo Julian157-1988/+1988
2021-09-06New chapter on compiler extensions.Eduardo Julian2-2/+6
2021-09-06Applied new convention for variants.Eduardo Julian1-10/+12
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian84-212/+212
2021-09-05Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2-2/+18
2021-09-05Handled formatting issues in documentation.Eduardo Julian1-12/+11
2021-09-04De-taggification | part 2Eduardo Julian170-1554/+1554
2021-09-03Unified tuple and record syntax.Eduardo Julian18-239/+278
2021-09-01Updates to the JS compiler.Eduardo Julian4-55/+75
2021-08-30Better tagged type documentation + lexer fix.Eduardo Julian1-1/+1
2021-08-29De-taggification | part 0Eduardo Julian4-12/+12
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian7-130/+150
2021-08-27Updates to the Ruby compiler.Eduardo Julian34-170/+192
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian5-48/+54
2021-08-25Updates to the Lua compiler.Eduardo Julian14-130/+155
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian109-1260/+1284
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian55-451/+490
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian1-1/+10
2021-08-20More fixes.Eduardo Julian1-1/+20
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian10-62/+94
2021-08-18Some bug fixes.Eduardo Julian73-437/+446
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian40-336/+344
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian5-12/+15
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian29-67/+67
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian23-111/+118
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian59-317/+313
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian80-727/+742
2021-08-08No more #export magic syntax.Eduardo Julian170-1016/+1025
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian46-178/+178
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian43-146/+148
2021-08-01Even more renamings.Eduardo Julian65-306/+306
2021-07-31Yet more renamings.Eduardo Julian6-76/+76
2021-07-30More renamings.Eduardo Julian26-123/+123
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian10-45/+45
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian60-296/+296
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian117-2400/+2401
2021-07-26Re-named Promise to Async.Eduardo Julian29-209/+210
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian25-118/+118
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian1-27/+65
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian2-11/+43