You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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
andSymbol
implementations that can be used even today - if you weren't brutally deleted them.The text was updated successfully, but these errors were encountered: