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 want to use this library to parse the OpenDDL language, which is interesting in that whitespace is irrelevant at any position. As such, is there a way to tell the library to ignore certain characters?
Also, there is a small exception to this. In a string, whitespace is relevant. So I would like to ignore whitespace in all places but one.
The text was updated successfully, but these errors were encountered:
Right now, you'd have to write your own lexer I think. Customizing how
the built-in lexer handles whitespace is a high priority though.
On Sun, Jan 31, 2016 at 05:12:13AM -0800, Jeroen Bollen wrote:
I want to use this library to parse the OpenDDL language, which is interesting in that whitespace is irrelevant at any position. As such, is there a way to tell the library to ignore certain characters?
Also, there is a small exception to this. In a string, whitespace is relevant. So I would like to ignore whitespace in all places but one.
I want to use this library to parse the OpenDDL language, which is interesting in that whitespace is irrelevant at any position. As such, is there a way to tell the library to ignore certain characters?
Also, there is a small exception to this. In a string, whitespace is relevant. So I would like to ignore whitespace in all places but one.
The text was updated successfully, but these errors were encountered: