aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/parser (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-14More fixes.Eduardo Julian1-13/+14
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors ↵Eduardo Julian2-12/+10
and signatures.
2019-08-10Got the new compiler working again.Eduardo Julian1-1/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian4-37/+38
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-1/+1
+ No more "m/"-prefixed functions.
2019-07-24Small improvements here and there.Eduardo Julian1-25/+20
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian1-15/+9
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian9-191/+193
2019-06-21Separated reading and writing binary data (lumping them together was a bad ↵Eduardo Julian1-2/+6
idea in the first place).
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-0/+252
2019-06-20Improved the convention for using text formatters.Eduardo Julian3-10/+10
2019-05-22Removed the (magical) "imports" annotations tag.Eduardo Julian1-3/+3
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian3-18/+18
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian2-45/+51
2019-05-10Improvements to parsing machinery.Eduardo Julian2-48/+62
2019-05-09Parser for synthesis.Eduardo Julian1-0/+105
2019-04-27Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian1-5/+6
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2-2/+196
2019-04-19Moved the XML parser under "lux/control/parser/".Eduardo Julian1-0/+128
2019-04-19Moved the JSON parser under "lux/control/parser/".Eduardo Julian1-0/+201
2019-04-19Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian1-5/+4
2019-04-19Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian1-0/+53
2019-04-19Moved the CLI parser under "lux/control/parser/".Eduardo Julian1-0/+176
2019-04-19Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2-58/+58
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian1-0/+359
2019-04-19Extracted the type-parsing machinery into its own module.Eduardo Julian1-0/+348