History for NewLang / src / parse.py
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
2022-01-04
@Jookia
src: parse: Fix uppercase repr value
Jookia committed on 4 Jan 2022
2021-12-22
@Jookia
parse: Use __str__ for ParseError printing ...
Jookia committed on 22 Dec 2021
@Jookia
tests: lexer: Check error location
Jookia committed on 22 Dec 2021
2021-12-18
@Jookia
src: parse: Don't assign unused variables ...
Jookia committed on 18 Dec 2021
2021-11-01
@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
2021-10-25
@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
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