naggum
naggum copied to clipboard
S-expression parser
trafficstars
I think we'll need a simple C#-based s-expression parser.
@hagane, wasn't your decision to purge all the pre-existing code somewhat premature? There were ol' good Reader and Symbol implementations that can be used even today - if you weren't brutally deleted them.
Nah. While being quite fine on their own, Reader and Symbol weren't really up to the task. Concerning the sexp reader, that's where I think we should start, especially seeing as it can be easily covered by tests and should not depend on other parts.
I'm on it.