History for NewLang / src / parse.py
2022-07-18
@Jookia
parse: Add Set node parse code ...
Jookia committed on 18 Jul 2022
@Jookia
parse: Don't mutate self.parse_value ...
Jookia committed on 18 Jul 2022
2022-06-30
@Jookia
parse: Add newline to make printing ParseContexts easier
Jookia committed on 30 Jun 2022
@Jookia
parse: Add statement parsing
Jookia committed on 30 Jun 2022
2022-06-13
@Jookia
parse: Add code for parsing values
Jookia committed on 13 Jun 2022
2022-06-08
@Jookia
parse: Reserve keywords for reference names
Jookia committed on 8 Jun 2022
@Jookia
parse: Parse a reference node
Jookia committed on 8 Jun 2022
@Jookia
src: Rename syntax to token
Jookia committed on 8 Jun 2022
@Jookia
parse: Remove SyntaxType ...
Jookia committed on 8 Jun 2022
@Jookia
parse: Parse text and bools to AST types
Jookia committed on 8 Jun 2022
@Jookia
parse: Check types when clearing notes, add extra tests
Jookia committed on 8 Jun 2022
2022-05-12
@Jookia
parse: Pass a context to the parse function
Jookia committed on 12 May 2022
@Jookia
parse: Have parse_text handle contexts properly
Jookia committed on 12 May 2022
@Jookia
parse: dNonnescent -> descent ?
Jookia committed on 12 May 2022
@Jookia
parse: Have parse_bool handle contexts properly
Jookia committed on 12 May 2022
2022-05-10
@Jookia
parse: Use an error context for clear_notes
Jookia committed on 10 May 2022
@Jookia
src: Pass a parent context to skip_note
Jookia committed on 10 May 2022
@Jookia
parse: Have skip_note create a PARSE_NOT ParseContext
Jookia committed on 10 May 2022
@Jookia
parse: Use __repr__ instead of __str__
Jookia committed on 10 May 2022
@Jookia
parse: Pass a ParseContext to read_token
Jookia committed on 10 May 2022
@Jookia
parse: Allow attaching a ParseContext to a ParseErrorException
Jookia committed on 10 May 2022
@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