Skip to content

Commit

Permalink
Remove dependency on examples
Browse files Browse the repository at this point in the history
git-svn-id: https://piraha-peg.googlecode.com/svn/trunk@95 1a70d7c6-ffe7-ef14-4583-3269c1a2e543
  • Loading branch information
[email protected] committed Feb 18, 2014
1 parent 40cc7e2 commit ef1e5e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/edu/lsu/cct/piraha/Find.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.ArrayList;
import java.util.List;

import edu.lsu.cct.piraha.examples.Calc;
//import edu.lsu.cct.piraha.examples.Calc;

public class Find {
static Grammar g = new Grammar();
Expand Down Expand Up @@ -146,6 +146,7 @@ static int wildmatch(String pattern,int i,String text,int j) {
public static void check(boolean b) {
if(!b) throw new Error();
}
/*
public static void main(String[] args) {
Grammar tg = Calc.makeMath();
Matcher mg = tg.matcher("3+9*(1+9)-4");
Expand All @@ -167,5 +168,6 @@ public static void main(String[] args) {
System.out.println("test complete");
}
*/
}

0 comments on commit ef1e5e1

Please sign in to comment.