diff options
Diffstat (limited to 'includes/htmlparser/rebuildgrammar.php')
| -rw-r--r-- | includes/htmlparser/rebuildgrammar.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/htmlparser/rebuildgrammar.php b/includes/htmlparser/rebuildgrammar.php deleted file mode 100644 index 9b5bdbb..0000000 --- a/includes/htmlparser/rebuildgrammar.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -//include ("common.inc"); - -include ("htmlgrammarparser.inc"); -$p = new HtmlGrammarParser("htmlgrammar.dat"); -$p->Parse(); -$p->PrintErrors(); -$p->SaveGrammar("htmlgrammar.cmp"); -print "Done."; -//PrintArray($p->pg); - -?> |
