Version 14 of Yeti

Updated 2002-07-15 04:50:28

Yet anothEr Tcl Interpreter - Generate an itcl parser for a BNF-like grammar


CMCc: Converted a YACC grammar to Yeti. It's a really great program - well written and very capable. I'm running into problems, though: how do I use Yeti to parse ambiguous grammars? Yeti doesn't seem to have any equivalent to YACC's %precedence or associativity operators, so it's hard to get it to parse something like `(a * b + x * y)' as ((a *b) + (x * y))


Category Package Category Acronym