History for NewLang / parse.py
2021-05-16
@Jookia
parse: Error when stray EndNote and EndText are found
Jookia committed on 16 May 2021
@Jookia
Add True/False as booleans
Jookia committed on 16 May 2021
@Jookia
parse: Add filename to ParseLocation
Jookia committed on 16 May 2021
@Jookia
parse: Use ParseLocation class for line numbers
Jookia committed on 16 May 2021
@Jookia
parse: Add terminator context for statement parsing
Jookia committed on 16 May 2021
@Jookia
parse: Add terminator context for argument parsing
Jookia committed on 16 May 2021
@Jookia
parse: Use meta_context for parse_arguments
Jookia committed on 16 May 2021
@Jookia
ast_types: Move AST data structures to ast_types
Jookia committed on 16 May 2021
2021-05-14
@Jookia
parse: Add contexts for tokenizing errors
Jookia committed on 14 May 2021
@Jookia
parse: Pass line and column directly to ParseContext
Jookia committed on 14 May 2021
@Jookia
parse: Throw ParseError on EOF when reading note or text
Jookia committed on 14 May 2021
@Jookia
parse: Create ParseError directly
Jookia committed on 14 May 2021
2021-05-13
@Jookia
parse: Clarify value type error message
Jookia committed on 13 May 2021
@Jookia
parse: Improve parser trace logging
Jookia committed on 13 May 2021
@Jookia
parse: Only report expecting symbols for verbs
Jookia committed on 13 May 2021
@Jookia
parse: Use statement context for terminator errors
Jookia committed on 13 May 2021
@Jookia
parse: Disallow non-symbols as verbs
Jookia committed on 13 May 2021
@Jookia
parse: Improve tracing for tokenizer
Jookia committed on 13 May 2021
@Jookia
parse: Shorten text strings properly
Jookia committed on 13 May 2021
@Jookia
parse: Add check for EOF instead of peeking
Jookia committed on 13 May 2021
@Jookia
parse: Move peek back to after next
Jookia committed on 13 May 2021
@Jookia
parse: Detect and skip shebang
Jookia committed on 13 May 2021
@Jookia
parse: Put filename at end of traceback instead of start position
Jookia committed on 13 May 2021
@Jookia
parse: Make parse_file handle the file
Jookia committed on 13 May 2021
@Jookia
parse: Don't lowercase keywords
Jookia committed on 13 May 2021
@Jookia
parse: Improve some parser error messages
Jookia committed on 13 May 2021
@Jookia
parse: Better error messages for set statements
Jookia committed on 13 May 2021
@Jookia
parse: Better error messages for statements
Jookia committed on 13 May 2021
@Jookia
parse: Better error messages for statement arguments
Jookia committed on 13 May 2021
@Jookia
parse: Clarify version handling error message
Jookia committed on 13 May 2021