You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. read regex a => b _ c;
2. read regex [a]+ => b _ c;
3. read regex [\a]+ => b _ c;
4. read regex [\a]+ => .#. _;
What is the expected output? What do you see instead?
1. works
2. works
3. accepts a* ?!
4. Error message Symbol '@#@' not found in network!
What version of the product are you using? On what operating system?
0.9.17alpha
Please provide any additional information below.
I want to do sth like this in lexc (i.e., swallow +Pref+):
LEXICON Root
+Pref+:0 Second;
<[[\{+}]+ => .#. _] @-> ... {/}> Pos;
LEXICON Second
<[[\{+}]+ => .#. _] @-> ... {/}> Pos;
Original issue reported on code.google.com by [email protected] on 27 Jan 2013 at 2:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Jan 2013 at 2:50The text was updated successfully, but these errors were encountered: