|
|
|
|
|
by fexl
5637 days ago
|
|
I've been working on a combinatoric approach with Fexl, "compiling" all the way down to my two turtles S and C, e.g.: http://fexl.com/blog/9 I'm also relying on two higher-level combinators L and R to reduce the size of the combinatorial forms, e.g.: http://fexl.com/blog/10 The bottom line is that the entire Fexl parser is defined in terms of the two primitive combinators S and C. |
|