aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Made the "#" character great again!Eduardo Julian2021-09-12112-1741/+1737
|
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-104-21/+34
|
* Fixed the indentation of variants.Eduardo Julian2021-09-109-75/+75
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-1096-1473/+1493
|
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-091-9/+10
|
* De-bracing | part 2Eduardo Julian2021-09-0811-29/+32
|
* De-bracing | part 1Eduardo Julian2021-09-081-1/+1
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-0822-75/+132
|
* Post annotations clean-up.Eduardo Julian2021-09-084-27/+20
|
* No more module annotations.Eduardo Julian2021-09-082-28/+0
|
* De-taggification | part 4Eduardo Julian2021-09-07157-1988/+1988
|
* New chapter on compiler extensions.Eduardo Julian2021-09-062-2/+6
|
* Applied new convention for variants.Eduardo Julian2021-09-061-10/+12
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0584-212/+212
|
* Clearing the local scope during eval analysis to avoid accidentally seeing ↵Eduardo Julian2021-09-052-2/+18
| | | | variables outside of eval's scope.
* Handled formatting issues in documentation.Eduardo Julian2021-09-051-12/+11
|
* De-taggification | part 2Eduardo Julian2021-09-04170-1554/+1554
|
* Unified tuple and record syntax.Eduardo Julian2021-09-0318-239/+278
|
* Updates to the JS compiler.Eduardo Julian2021-09-014-55/+75
|
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-301-1/+1
|
* De-taggification | part 0Eduardo Julian2021-08-294-12/+12
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-297-130/+150
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-2734-170/+192
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-265-48/+54
|
* Updates to the Lua compiler.Eduardo Julian2021-08-2514-130/+155
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24109-1260/+1284
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2355-451/+490
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-211-1/+10
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-201-1/+20
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1910-62/+94
|
* Some bug fixes.Eduardo Julian2021-08-1873-437/+446
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1640-336/+344
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-145-12/+15
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1329-67/+67
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1223-111/+118
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1159-317/+313
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0980-727/+742
|
* No more #export magic syntax.Eduardo Julian2021-08-08170-1016/+1025
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0746-178/+178
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-0243-146/+148
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-0165-306/+306
|
* Yet more renamings.Eduardo Julian2021-07-316-76/+76
|
* More renamings.Eduardo Julian2021-07-3026-123/+123
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2910-45/+45
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2860-296/+296
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27117-2400/+2401
|
* Re-named Promise to Async.Eduardo Julian2021-07-2629-209/+210
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2525-118/+118
|
* Automatically handling input/output conversions for methods in new JVM ↵Eduardo Julian2021-07-231-27/+65
| | | | compiler.
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-222-11/+43
|