aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian13-4975/+0
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-1/+1
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2-20/+15
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-35/+40
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian3-5/+5
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian2-18/+20
2021-05-31"lux io current-time" is no longer an extension.Eduardo Julian1-1/+1
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian1-1/+1
2021-03-16Done with PHP.Eduardo Julian1-1/+1
2021-02-07Mo' updates, less problems.Eduardo Julian1-25/+30
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-1/+1
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-2/+2
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian4-17/+20
2020-12-26Some renamings.Eduardo Julian1-1/+1
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian4-505/+505
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-0/+5
2020-12-11Improved parsing speed for Lux code.Eduardo Julian3-19/+16
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian2-10/+30
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian7-31/+31
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian3-19/+19
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian5-150/+151
2020-11-28Added "private" macro to lux/debug.Eduardo Julian2-89/+134
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-45/+0
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian3-35/+35
2020-10-25Some small refactoring.Eduardo Julian1-2/+2
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian2-12/+12
2020-10-24Re-named some list functions.Eduardo Julian2-2/+2
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-3/+7
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-3/+3
2020-09-16Changed the format of project descriptor files.Eduardo Julian1-10/+19
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian1-3/+6
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian1-4/+10
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-7/+13
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian9-59/+15
2020-07-14Mo' fixes, less problems.Eduardo Julian1-12/+16
2020-06-23Bug fixes.Eduardo Julian1-51/+50
2020-06-11Updated test for function optimization.Eduardo Julian1-2/+6
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian1-8/+2
2020-05-28Can now parse TAR files.Eduardo Julian1-72/+394
2020-05-19Can now write TAR files.Eduardo Julian2-0/+578
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-3/+3
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian1-79/+68
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian1-7/+10
2020-04-21Now caching the reservations from the archive.Eduardo Julian1-4/+3
2020-03-04Test for codec composition + adjustments to JS-generation code.Eduardo Julian1-8/+14
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-1/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian4-17/+20
2019-07-25No more "i/"-prefixed functions.Eduardo Julian2-5/+8
2019-07-24No more "r/"-prefixed functions.Eduardo Julian1-2/+2
2019-07-24No more "f/"-prefixed functions.Eduardo Julian2-8/+10