Skip to content

Commit

Permalink
pretty-printed reference grammars; revert from silent differs
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@796 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed May 7, 2010
1 parent 4a843e3 commit 775dffe
Show file tree
Hide file tree
Showing 27 changed files with 53,976 additions and 53,986 deletions.
2 changes: 1 addition & 1 deletion topics/extraction/bnf2bgf/pdf2lll.py
Expand Up @@ -241,7 +241,7 @@ def massageGrammar():
grammar['keyword'] = []
for kw in knownTerminals:
if kw.isalpha():
grammar['keyword'].append(kw)
grammar['keyword'].append(quote(kw))
return

if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion topics/grammars/c/iso-9899-1999/Makefile
Expand Up @@ -10,4 +10,4 @@ clean:

test:
make build
../../../../shared/tools/gdts iso-is-grammar.bgf extracted-grammar.bgf
../../../../shared/tools/gdt iso-is-grammar.bgf extracted-grammar.bgf

0 comments on commit 775dffe

Please sign in to comment.