just/tests
Casey Rodarmor b2285ce0e0
Reform Parser (#509)
Just's first parser performed both parsing, i.e the transformation of a
token stream according to the language grammar, and a number of consistency
checks and analysis passes.

This made parsing and analysis quite complex, so this diff introduces a
new, much cleaner `Parser`, and moves existing analysis into a dedicated
`Analyzer`.
2019-11-07 10:55:15 -08:00
..
integration.rs Reform Parser (#509) 2019-11-07 10:55:15 -08:00
interrupts.rs Refactor lexer tests (#498) 2019-10-17 20:04:54 -07:00
invocation_directory.rs Refactor lexer tests (#498) 2019-10-17 20:04:54 -07:00
search.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
working_directory.rs Refactor lexer tests (#498) 2019-10-17 20:04:54 -07:00