Skip to content

Commit

Permalink
Fix <.ws> LTM
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Nov 22, 2010
1 parent 28f112a commit 4b8ffc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cursor.cs
Expand Up @@ -1057,6 +1057,8 @@ public class LADMethod : LAD {
public override LAD Reify(NFA pad) {
if (Lexer.LtmTrace)
Console.WriteLine("+ Processing subrule {0}", name);
if (name == "ws")
return new LADImp();
pad.used_methods.Add(name);

if (pad.method_stack.Contains(name)) {
Expand Down

0 comments on commit 4b8ffc9

Please sign in to comment.