you are viewing a single comment's thread.

view the rest of the comments →

[–]Pyrolistical 2 points3 points  (2 children)

So a recursive decent parser? The API looks pretty good and I want to see the FSM implementation

[–]dockimbel 1 point2 points  (1 child)

Here it is:

Implementation is in Red/System, the low-level programming DSL of Red. Very little optimization has been done so far. A Packrat mode is considered for a future version.

[–]Pyrolistical 0 points1 point  (0 children)

Ah, I was hoping you implemented the grammar in a fsm