aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/parser (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1411-2040/+0
* Improved the XML parsing library.Eduardo Julian2021-07-131-67/+46
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-311-2/+3
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-4/+3
* Using offset+distance instead of from+to for text clipping.Eduardo Julian2021-05-241-1/+1
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-181-4/+5
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-131-22/+18
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-4/+4
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-84/+2
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-292-1/+3
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-297-31/+38
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-259-272/+272
* Refactored "export" common syntax.Eduardo Julian2020-12-231-8/+13
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-12/+13
* Removed several unnecessary imports.Eduardo Julian2020-12-122-3/+1
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-1/+1
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-091-7/+11
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-0210-14/+14
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-289-72/+69
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-0/+39
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-172-13/+18
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-2/+2
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-252-9/+9
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-20/+32
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-3/+3
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-071-3/+3
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-1/+2
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-14/+29
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-24/+34
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-092-49/+44
* No longer inline the object literal for variants.Eduardo Julian2020-08-092-47/+62
* Some fixes.Eduardo Julian2020-08-071-0/+3
* Can get the JS(JS) compiler to compile.Eduardo Julian2020-07-241-1/+1
* Got the JS compiler to compile fully.Eduardo Julian2020-07-111-25/+23
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-011-5/+4
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-281-7/+7
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-241-1/+2
* Bug fixes.Eduardo Julian2020-06-232-26/+27
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-11/+8
* Updated test for function optimization.Eduardo Julian2020-06-111-39/+43
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-21/+37
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-031-0/+5
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-011-15/+5
* Can now parse TAR files.Eduardo Julian2020-05-281-24/+38
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-172-4/+4
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-051-75/+66
* Now caching the documents generated after compiling each module.Eduardo Julian2020-04-221-2/+17
* Now caching the reservations from the archive.Eduardo Julian2020-04-211-5/+6
* Re-located code related to Lux's compilation across the different phases.Eduardo Julian2020-01-112-3/+7
* Compiler extensions have been tested to work.Eduardo Julian2019-10-153-8/+177