Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 613 Bytes

TODO.md

File metadata and controls

24 lines (16 loc) · 613 Bytes

Overall

  • Print error messages

Lexing

  • Escape sequence in double quote lexing

Parsing

  • Remove quotes and escapes when parsing strings

  • Parsing array

  • Parsing table

  • Delete variant if an error occurs while parsing key/value

  • Delete root if an error occurs while parsing

Future