couchbaselabs / gojsonsm

Go implementation of my JSONSM algorithm.
9 stars 7 forks source link

Fix white space parsing for fields #72

Closed nelio2k closed 5 years ago

nelio2k commented 5 years ago

Still planning to rewrite using a EBNF based parser but for now wanted to get this out of the way since it's potentially crippling issue where field names with spaces cannot be parsed correctly.

Function fields with spaces is still an issue, but don't want to address it here, but rather depend on the new parser to deal with it.