History for NewLang / tests / test_parse.py
2023-02-13
@Jookia
src: Move all source code to src/newlang ...
Jookia committed on 13 Feb 2023
@Jookia
parse: Rename oldparse back to parse ...
Jookia committed on 13 Feb 2023
2022-05-05
@Jookia
tests: Move parse to its own directory
Jookia committed on 5 May 2022
@Jookia
tests: parse_boolean -> parse_bool
Jookia committed on 5 May 2022
@Jookia
tests: Move draw_token_by_value to syntax
Jookia committed on 5 May 2022
@Jookia
parse: Clear notes as first parse step
Jookia committed on 5 May 2022
@Jookia
parse: Add clear_notes function to handle removing comments
Jookia committed on 5 May 2022
2022-05-04
@Jookia
tests: Remove dead code in draw_note_value_token ...
Jookia committed on 4 May 2022
@Jookia
parse: Put skip_note in its own class for testing
Jookia committed on 4 May 2022
@Jookia
parse: Wrap parse functionality to allow mock testing
Jookia committed on 4 May 2022
2022-04-25
@Jookia
parse: Parse boolean values
Jookia committed on 25 Apr 2022
@Jookia
parse: Add skip_note for parsing notes
Jookia committed on 25 Apr 2022
@Jookia
parse: Add ParseError and ParseErrorException for error reporting
Jookia committed on 25 Apr 2022
2022-04-24
@Jookia
parse: Ignore whitespace in text, instead join words with spaces ...
Jookia committed on 24 Apr 2022
2022-04-12
@Jookia
tests: parse: Add helper insert_random function ...
Jookia committed on 12 Apr 2022
2022-03-16
@Jookia
tests: parse: Document draw_token_by_value
Jookia committed on 16 Mar 2022
@Jookia
tests: syntax: Rename draw_token_location to draw_syntax_location
Jookia committed on 16 Mar 2022
@Jookia
tests: tokenize: Move syntax tests to new file
Jookia committed on 16 Mar 2022
@Jookia
tokenize: Move syntax to its own module
Jookia committed on 16 Mar 2022
2022-03-15
@Jookia
tests: parse: Add draw_token_by_value function
Jookia committed on 15 Mar 2022
2022-03-14
@Jookia
tests: parse: Move syntax tests to tokenize ...
Jookia committed on 14 Mar 2022
@Jookia
tests: parse: Remove unused code
Jookia committed on 14 Mar 2022
@Jookia
parse: Move Syntax to tokenize and replace Token ...
Jookia committed on 14 Mar 2022
@Jookia
parse: Don't nest tokens in values ...
Jookia committed on 14 Mar 2022
@Jookia
tokenize: Remove TokenType enum ...
Jookia committed on 14 Mar 2022
2022-03-13
@Jookia
tests: parse: Test that parse_text fails with extra StartText tokens
Jookia committed on 13 Mar 2022
@Jookia
tests: parse: Test invalid content
Jookia committed on 13 Mar 2022
@Jookia
tests: parse: Draw text syntax tokens ...
Jookia committed on 13 Mar 2022
@Jookia
parse: tests: Clarify errors and tests
Jookia committed on 13 Mar 2022
@Jookia
tests: parse: Draw classified tokens for better coverage
Jookia committed on 13 Mar 2022