diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-06 16:13:56 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-06 16:13:56 +0200 |
commit | e4faaaf8a022fbe2c8c574d2d49155f74aa18a33 (patch) | |
tree | bbc5cbe1e3ab4ae31bfca8a3b1837478d155380f /src/test/bw.conflicts | |
parent | a4ec992ad24a5f62e8795f608b3d7943db0d8c1a (diff) |
Update
Diffstat (limited to 'src/test/bw.conflicts')
-rw-r--r-- | src/test/bw.conflicts | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/test/bw.conflicts b/src/test/bw.conflicts deleted file mode 100644 index 58385d2..0000000 --- a/src/test/bw.conflicts +++ /dev/null @@ -1,25 +0,0 @@ - -** Conflict (shift/reduce) in state 2. -** Token involved: W -** This state is reached from main after reading: - -seq W - -** The derivations that appear below have the following common factor: -** (The question mark symbol (?) represents the spot where the derivations begin to differ.) - -main -(?) - -** In state 2, looking ahead at W, shifting is permitted -** because of the following sub-derivation: - -seq ending EOL - W . W W - -** In state 2, looking ahead at W, reducing production -** seq -> seq W -** is permitted because of the following sub-derivation: - -seq ending EOL // lookahead token appears because ending can begin with W -seq W . |