aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly/lux/data/format/json.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-051-1/+1
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* "Row" => "Sequence"Eduardo Julian2021-09-151-4/+4
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-13/+13
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-6/+6
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-39/+39
|
* Made the "#" character great again!Eduardo Julian2021-09-121-13/+13
|
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-101-8/+8
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-3/+3
|
* No more annotations.Eduardo Julian2021-09-081-1/+1
|
* No more module annotations.Eduardo Julian2021-09-081-1/+0
|
* De-taggification | part 4Eduardo Julian2021-09-071-23/+23
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-2/+2
|
* De-taggification | part 2Eduardo Julian2021-09-041-7/+7
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-9/+11
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-18/+0
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-34/+34
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-69/+70
|
* Some bug fixes.Eduardo Julian2021-08-181-6/+6
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-3/+3
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-2/+2
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+3
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-22/+23
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-14/+14
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-45/+40
|
* More renamings.Eduardo Julian2021-07-301-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-92/+93
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-3/+3
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-26/+26
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-41/+42
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-8/+9
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+5
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-1/+1
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-9/+10
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-45/+45
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-8/+8
| | | | convention that only macros that deal with types may start with a colon.
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-57/+55
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-81/+81
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-37/+37
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-24/+24
|
* Re-named some list functions.Eduardo Julian2020-10-241-3/+3
|
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-2/+2
|
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-1/+1
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-2/+2
|
* Now using the new syntax for variants (even though they still work the old ↵Eduardo Julian2020-07-021-8/+22
| | | | way... for now)
* Updated test for function optimization.Eduardo Julian2020-06-111-19/+21
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-4/+3
|
* Moved polytypic code generators to their own branch.Eduardo Julian2019-09-071-0/+333