[DGD] Working with parse_string()

Kamil N kamiln at gmail.com
Fri Jul 24 00:00:23 CEST 2009


2009/7/23 Kamil N <kamiln at gmail.com>:
> Hm, and I suppose its impossible to somehow "skip" left->right order
> of parsing rules and check another RULE at the same time? This could
> greatly improve search quality for ambiguous grammar.

Hm, maybe I was unclear here, by RULE I mean single object rule like
"OBJ", "LIV" etc., not whole lines.

So when parsing OBJ, trying to match following it LIV with tokens that
are left, balancing tokens usage instead of going with all tokens
possible for OBJ.

Hope this helps to understand what I meant :)

KN



More information about the DGD mailing list