aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/parser (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* More fixes.Eduardo Julian2019-09-141-13/+14
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-072-12/+10
* Got the new compiler working again.Eduardo Julian2019-08-101-1/+2
* No more "n/"-prefixed functions.Eduardo Julian2019-07-264-37/+38
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-1/+1
* Small improvements here and there.Eduardo Julian2019-07-241-25/+20
* Removed the parsing machinery for JVM classes.Eduardo Julian2019-07-061-15/+9
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-029-191/+193
* Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian2019-06-211-2/+6
* Extracted binary parsing code into its own module.Eduardo Julian2019-06-211-0/+252
* Improved the convention for using text formatters.Eduardo Julian2019-06-203-10/+10
* Removed the (magical) "imports" annotations tag.Eduardo Julian2019-05-221-3/+3
* Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2019-05-213-18/+18
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-122-45/+51
* Improvements to parsing machinery.Eduardo Julian2019-05-102-48/+62
* Parser for synthesis.Eduardo Julian2019-05-091-0/+105
* Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian2019-04-271-5/+6
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-192-2/+196
* Moved the XML parser under "lux/control/parser/".Eduardo Julian2019-04-191-0/+128
* Moved the JSON parser under "lux/control/parser/".Eduardo Julian2019-04-191-0/+201
* Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian2019-04-191-5/+4
* Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian2019-04-191-0/+53
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-191-0/+176
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-192-58/+58
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-0/+359
* Extracted the type-parsing machinery into its own module.Eduardo Julian2019-04-191-0/+348