ox-lang / ox

Ox - An immutable statically typed Lisp for the JVM
https://ox-lang.org
66 stars 3 forks source link

Parser conflict: context sensitive on whitespace #3

Closed arrdem closed 10 years ago

arrdem commented 10 years ago

In the context of a string, whitespaces is significant but generally whitespace is not significant. Either the String grammar needs to be reduced to a single pattern which will not cause whitespace consumption or the grammar needs to be augmented with explicit whitespace rules.