aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1413-4975/+0
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-1/+1
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-102-20/+15
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-35/+40
| | | | language boundaries)
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-303-5/+5
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-312-18/+20
|
* "lux io current-time" is no longer an extension.Eduardo Julian2021-05-311-1/+1
|
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-1/+1
|
* Done with PHP.Eduardo Julian2021-03-161-1/+1
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-25/+30
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-1/+1
|
* Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian2021-01-111-2/+2
| | | | avoid interacting with the global scope.
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-294-17/+20
|
* Some renamings.Eduardo Julian2020-12-261-1/+1
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-254-505/+505
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-0/+5
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-113-19/+16
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-102-10/+30
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-027-31/+31
| | | | convention that only macros that deal with types may start with a colon.
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-013-19/+19
|
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-285-150/+151
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-282-89/+134
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-45/+0
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-173-35/+35
|
* Some small refactoring.Eduardo Julian2020-10-251-2/+2
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-252-12/+12
|
* Re-named some list functions.Eduardo Julian2020-10-242-2/+2
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-3/+7
|
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-071-3/+3
|
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-10/+19
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-3/+6
|
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-4/+10
|
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-7/+13
|
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-099-59/+15
|
* Mo' fixes, less problems.Eduardo Julian2020-07-141-12/+16
|
* Bug fixes.Eduardo Julian2020-06-231-51/+50
|
* Updated test for function optimization.Eduardo Julian2020-06-111-2/+6
|
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-8/+2
|
* Can now parse TAR files.Eduardo Julian2020-05-281-72/+394
|
* Can now write TAR files.Eduardo Julian2020-05-192-0/+578
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-3/+3
|
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-051-79/+68
|
* Now caching the documents generated after compiling each module.Eduardo Julian2020-04-221-7/+10
|
* Now caching the reservations from the archive.Eduardo Julian2020-04-211-4/+3
|
* Test for codec composition + adjustments to JS-generation code.Eduardo Julian2020-03-041-8/+14
|
* WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian2019-11-071-1/+2
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-264-17/+20
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-252-5/+8
|
* No more "r/"-prefixed functions.Eduardo Julian2019-07-241-2/+2
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-242-8/+10
| | | + No more "m/"-prefixed functions.