Skip to content

Commit

Permalink
Delete dead pijnuToolset file. Fix some spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Jul 10, 2011
1 parent 27df27f commit 6b0e366
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 472 deletions.
2 changes: 1 addition & 1 deletion gen.py
Expand Up @@ -58,7 +58,7 @@ def do():
parserFile = file(arguments[2], 'w')
makeParser(grammar, parserFile)
except Exception:
makeeParser(grammar)
makeParser(grammar)

if __name__ == "__main__":
do()
2 changes: 1 addition & 1 deletion generator/__init__.py
Expand Up @@ -33,7 +33,7 @@
generator (write parser -- yield pattern)
pijnuparser.py (pijnu meta parser)
pijnu.pijnu (pijnu meta grammar)
pijnuToolset.py (specific transformations)
pijnuActions.py (specific transformations)
'''

### import/export
Expand Down

0 comments on commit 6b0e366

Please sign in to comment.