2021-11-01
@Jookia
tests: Re-order parser tests
Jookia committed on 1 Nov 2021
@Jookia
tests: Refactor parser token generation to use strategies
Jookia committed on 1 Nov 2021
@Jookia
tests: Move utility functions to top of test_parse file
Jookia committed on 1 Nov 2021
@Jookia
tests: Add whitespace variable for lexer tests
Jookia committed on 1 Nov 2021
2021-10-31
@Jookia
tests: Test tokenizer with empty string
Jookia committed on 31 Oct 2021
2021-10-27
@Jookia
tests: Test that conjoined keywords are parsed as symbols
Jookia committed on 27 Oct 2021
2021-10-26
@Jookia
tests: Make sure text and note tokens aren't accidently nested
Jookia committed on 26 Oct 2021
2021-10-25
@Jookia
tests: Exclude reserved words and shebangs from lexer tests
Jookia committed on 25 Oct 2021
@Jookia
tests: Fuzz whitespace for text and notes
Jookia committed on 25 Oct 2021
@Jookia
tests: Test location in lexer texts
Jookia committed on 25 Oct 2021
@Jookia
tests: Add lexer test for shebangs
Jookia committed on 25 Oct 2021
@Jookia
tests: Add lexer test for symbols
Jookia committed on 25 Oct 2021
@Jookia
tests: Add lexer test for keywords
Jookia committed on 25 Oct 2021
@Jookia
tests: Add test for lexing booleans
Jookia committed on 25 Oct 2021
@Jookia
tests: Test parser note mechanism
Jookia committed on 25 Oct 2021
@Jookia
tests: Test text parsing with the lexer
Jookia committed on 25 Oct 2021
@Jookia
tests: Comment test_parser_fuzz
Jookia committed on 25 Oct 2021
@Jookia
tests: Add regression test for trailing whitespace in text
Jookia committed on 25 Oct 2021
@Jookia
parse: Read text literal up to beginning of EndText ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Add code position to word value ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Add Word class for lexer tokens ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Fix tracing in lexer next() ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Have lexer position be current instead of future ...
Jookia committed on 25 Oct 2021
2021-10-24
@Jookia
parse: Fix text literals being cut off when placed at end of file
Jookia committed on 24 Oct 2021
2021-09-24
@Jookia
src: Put repo directory in path so it can find the src module ...
Jookia committed on 24 Sep 2021
@Jookia
make: Style fixup
Jookia committed on 24 Sep 2021
@Jookia
make: Use src as module in zipapp ...
Jookia committed on 24 Sep 2021
@Jookia
parse: Account for EOF when checking for whitespace ...
Jookia committed on 24 Sep 2021
@Jookia
parse: Decode file as UTF-8 ...
Jookia committed on 24 Sep 2021
2021-09-23
@Jookia
Add test harness and simple fuzz test
Jookia committed on 23 Sep 2021