History for NewLang / src / parse.py
2022-05-10
@Jookia
parse: Add parse contexts for later error reporting
Jookia committed on 10 May 2022
2022-05-05
@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
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-03-16
@Jookia
tokenize: Move syntax to its own module
Jookia committed on 16 Mar 2022
2022-03-15
@Jookia
parse: Add read_token function
Jookia committed on 15 Mar 2022
2022-03-14
@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: Draw text syntax tokens ...
Jookia committed on 13 Mar 2022
@Jookia
parse: tests: Clarify errors and tests
Jookia committed on 13 Mar 2022
2022-02-27
@Jookia
parse: Check token types when parsing text
Jookia committed on 27 Feb 2022
2022-02-26
@Jookia
parse: Add parse_text to parse a text syntax node ...
Jookia committed on 26 Feb 2022
2022-02-25
@Jookia
parse: Rename TokenStream to SyntaxStream
Jookia committed on 25 Feb 2022
@Jookia
parse: Require the caller to copy the TokenStream list ...
Jookia committed on 25 Feb 2022
@Jookia
parse: Add TokenStream class ...
Jookia committed on 25 Feb 2022
2022-02-16
@Jookia
parse: Don't strip non-token syntax ...
Jookia committed on 16 Feb 2022
@Jookia
parse: Use syntax for strip_whitespace
Jookia committed on 16 Feb 2022
@Jookia
parse: Add import_tokens to import tokens to syntax
Jookia committed on 16 Feb 2022
@Jookia
parse: Add Syntax node ...
Jookia committed on 16 Feb 2022
2022-02-15
@Jookia
parse: Rename remove_whitespace to strip_whitespace
Jookia committed on 15 Feb 2022
@Jookia
parse: Add parse wrapper function
Jookia committed on 15 Feb 2022
@Jookia
parse: Add remove_whitespace pass
Jookia committed on 15 Feb 2022
@Jookia
parse: Move to oldparse ...
Jookia committed on 15 Feb 2022
2022-02-03
@Jookia
Change license to LGPL-2.1-only
Jookia committed on 3 Feb 2022