aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/scriptum.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-081-522/+0
|
* De-taggification | part 4Eduardo Julian2021-09-071-17/+17
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-2/+2
|
* De-taggification | part 2Eduardo Julian2021-09-041-11/+11
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-8/+9
|
* Better parameterized type documentation.Eduardo Julian2021-08-291-112/+112
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-303/+303
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-78/+78
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-10/+10
|
* Some bug fixes.Eduardo Julian2021-08-181-27/+27
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-22/+22
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-6/+6
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-13/+13
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-4/+4
|
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-32/+32
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-6/+6
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-011-3/+3
|
* More renamings.Eduardo Julian2021-07-301-7/+7
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-1/+1
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-11/+11
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-36/+36
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-4/+4
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-17/+17
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-223/+225
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-2/+3
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-1/+1
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-9/+9
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-1/+1
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-36/+36
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-23/+23
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-5/+5
|
* Some small refactoring.Eduardo Julian2020-10-251-1/+1
|
* Re-named some list functions.Eduardo Julian2020-10-241-3/+3
|
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-35/+36
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-2/+2
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-10/+12
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-5/+5
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-10/+10
|
* Removed the useless #lux.type? annotation tag.Eduardo Julian2019-05-221-1/+1
|
* Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵Eduardo Julian2019-05-021-2/+2
| | | | type and its "magical" compiler behavior.
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+2
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-2/+2
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-33/+33
| | | | to avoid confusion since "/" is used for relative module paths.
* Improved the names of monad transformers.Eduardo Julian2019-02-241-1/+1
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-3/+3
| | | | structures.
* Updated Scriptum to make sure it always generates documentation for tested ↵Eduardo Julian2019-02-051-8/+4
| | | | modules.
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-051-0/+518