aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-079-78/+78
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-054-14/+14
* Better type-declaration documentation.Eduardo Julian2021-09-041-1/+1
* De-taggification | part 2Eduardo Julian2021-09-0410-55/+55
* Unified tuple and record syntax.Eduardo Julian2021-09-035-18/+18
* Better parameterized type documentation.Eduardo Julian2021-08-292-10/+7
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-26/+35
* Updates to the Ruby compiler.Eduardo Julian2021-08-277-46/+46
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-263-22/+25
* Updates to the Lua compiler.Eduardo Julian2021-08-256-96/+20
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-248-238/+89
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-235-42/+42
* Some bug fixes.Eduardo Julian2021-08-188-82/+78
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-165-8/+125
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-4/+4
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-134-34/+34
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-128-32/+45
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-119-236/+236
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-099-73/+282
* No more #export magic syntax.Eduardo Julian2021-08-089-150/+180
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-075-15/+15
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-023-6/+6
* Even more renamings.Eduardo Julian2021-08-013-110/+80
* Yet more renamings.Eduardo Julian2021-07-314-52/+50
* More renamings.Eduardo Julian2021-07-304-5/+5
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-4/+4
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-285-42/+42
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-278-185/+186
* Re-named Promise to Async.Eduardo Julian2021-07-264-35/+35
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-253-13/+13
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-149-0/+2005