|
From: | Leepika Jena |
Subject: | [Savannah-hackers-public] Need help on GLR parser |
Date: | Wed, 29 Feb 2012 11:54:37 -0500 |
Hi,
I am curious to know more about GLR parser and how it handles multiple entries in ACTION table in case of shift/reduce or reduce/reduce conflict.
According to GNU documentation in case of conflict entries in Action table, it effectively clones the parser to follow both possibilities.
My question - are these parser clones runs in parallel and could utilizes multi-core architecture systems currently available?
Thanks in advance.
[Prev in Thread] | Current Thread | [Next in Thread] |