History for NewLang / tests / test_parse.py
2021-12-11
@Jookia
tests: lexer: Include token type in equality comparison ...
Jookia committed on 11 Dec 2021
2021-12-02
@Jookia
tests: lexer: Split up soup functions and valid token testing ...
Jookia committed on 2 Dec 2021
@Jookia
tests: lexer: Re-order draw_token_lexer inner loop ...
Jookia committed on 2 Dec 2021
2021-12-01
@Jookia
tests: Remove dead code and re-order lexer tests
Jookia committed on 1 Dec 2021
@Jookia
tests: Randomize soup filename
Jookia committed on 1 Dec 2021
@Jookia
tests: Use curr_line and curr_column for EOF
Jookia committed on 1 Dec 2021
@Jookia
tests: Move lexer token equality check to __eq__ method
Jookia committed on 1 Dec 2021
@Jookia
tests: Move EOF to lexer soup generator
Jookia committed on 1 Dec 2021
@Jookia
tests: Check EOF location
Jookia committed on 1 Dec 2021
@Jookia
tests: Check lexer token locations
Jookia committed on 1 Dec 2021
@Jookia
tests: Use word salad for shebang generator
Jookia committed on 1 Dec 2021
2021-11-30
@Jookia
tests: Move whitespace joining to its own function
Jookia committed on 30 Nov 2021
@Jookia
tests: Use a word salad for text and notes
Jookia committed on 30 Nov 2021
@Jookia
tests: Refactor whitespace drawing in to its own function
Jookia committed on 30 Nov 2021
@Jookia
tests: Draw interesting identifiers for symbols
Jookia committed on 30 Nov 2021
@Jookia
tests: Document and refactor SampleToken ...
Jookia committed on 30 Nov 2021
@Jookia
tests: Add empty token to lexer
Jookia committed on 30 Nov 2021
@Jookia
tests: Add shebangs to lexer soup
Jookia committed on 30 Nov 2021
@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