History for NewLang / tests / test_parse.py
2021-11-30
@Jookia
tests: Move notes to lexer soup
Jookia committed on 30 Nov 2021
@Jookia
tests: Remove unused draw_token_reserved
Jookia committed on 30 Nov 2021
2021-11-28
@Jookia
tests: Remove conjoined tokens ...
Jookia committed on 28 Nov 2021
2021-11-20
@Jookia
tests: Generate a lexer token soup ...
Jookia committed on 20 Nov 2021
2021-11-06
@Jookia
tests: Make test_lexer_token test conjoined tokens
Jookia committed on 6 Nov 2021
2021-11-05
@Jookia
tests: Generate conjoined tokens from symbols too
Jookia committed on 5 Nov 2021
2021-11-01
@Jookia
tests: Add True and False to reserved_words
Jookia committed on 1 Nov 2021
@Jookia
parse: Strip whitespace in text tokens
Jookia committed on 1 Nov 2021
@Jookia
parse: Replace 'Begin' with 'Start' in keywords ...
Jookia committed on 1 Nov 2021
@Jookia
tests: Rename 'text_tokens' to 'note_tokens'
Jookia committed on 1 Nov 2021
@Jookia
tests: Wrap tokenizer to catch parse errors
Jookia committed on 1 Nov 2021
@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
2021-09-24
@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