Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 390 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 390 Bytes

sexpr

Simple S-Expression parser.

ToDo

  1. Fix an issue with parsing the ')' token. Doesn't pop to to the correct root in some nested lists like this (x (y z) ":D").

  2. Flatten the structure somewhat? Or at least get rid of the way I currently allocate fragments here and there. A pool allocator would work nicely here, I think.