aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/scriptum.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian1-522/+0
2021-09-07De-taggification | part 4Eduardo Julian1-17/+17
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-11/+11
2021-09-03Unified tuple and record syntax.Eduardo Julian1-8/+9
2021-08-29Better parameterized type documentation.Eduardo Julian1-112/+112
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-303/+303
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-78/+78
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-10/+10
2021-08-18Some bug fixes.Eduardo Julian1-27/+27
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-22/+22
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-6/+6
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-13/+13
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-4/+4
2021-08-08No more #export magic syntax.Eduardo Julian1-2/+2
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-32/+32
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-6/+6
2021-08-01Even more renamings.Eduardo Julian1-3/+3
2021-07-30More renamings.Eduardo Julian1-7/+7
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-1/+1
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-11/+11
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-36/+36
2021-07-26Re-named Promise to Async.Eduardo Julian1-4/+4
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-17/+17
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian1-223/+225
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-2/+3
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-1/+1
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-9/+9
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-1/+1
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-36/+36
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-23/+23
2020-10-31Easy to use Rev constants.Eduardo Julian1-5/+5
2020-10-25Some small refactoring.Eduardo Julian1-1/+1
2020-10-24Re-named some list functions.Eduardo Julian1-3/+3
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-35/+36
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-2/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-10/+12
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-5/+5
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-10/+10
2019-05-22Removed the useless #lux.type? annotation tag.Eduardo Julian1-1/+1
2019-05-02Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type...Eduardo Julian1-2/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+2
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-33/+33
2019-02-24Improved the names of monad transformers.Eduardo Julian1-1/+1
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-3/+3
2019-02-05Updated Scriptum to make sure it always generates documentation for tested mo...Eduardo Julian1-8/+4
2019-02-05Migrated documentation tool's code into stdlib.Eduardo Julian1-0/+518