Skip to content

Commit

Permalink
most of the corrections moved from pre-parsing stage to transformatio…
Browse files Browse the repository at this point in the history
…n (semi-automated/programmable beats manual)

git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@940 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 8, 2011
1 parent 754e9ba commit 1ae6230
Show file tree
Hide file tree
Showing 40 changed files with 54,081 additions and 8,129 deletions.
15 changes: 9 additions & 6 deletions topics/grammars/c/iso-9899-1999/Makefile
@@ -1,13 +1,16 @@
tooldir = ../../../../shared/tools

build:
../../../../shared/tools/pdf2bgf iso-is-annex.txt iso-output.bgf banned-lines.lst keywords.lst
../../../../shared/tools/checkxml bgf iso-output.bgf
../../../../shared/tools/normbgf iso-output.bgf iso-is-grammar.bgf
../../../../shared/tools/bgf2bnf iso-is-grammar.bgf iso-is.bnf
${tooldir}/pdf2bgf iso-is-annex.txt iso-output.bgf banned-lines.lst keywords.lst
${tooldir}/checkxml bgf iso-output.bgf
${tooldir}/normbgf iso-output.bgf iso-is-grammar.bgf
${tooldir}/subgrammar iso-is-grammar.bgf translation-unit iso-is-grammar-fix.bgf
rm -f iso-output.bgf

clean:
rm -f iso-output.bgf iso-is-grammar.bgf iso-is.bnf
rm -f iso-is-grammar.bgf iso-is-grammar-fix.bgf intermediate.lll

test:
make build
../../../../shared/tools/gdt iso-is-grammar.bgf extracted-grammar.bgf
${tooldir}/gdts iso-is-grammar.bgf extracted-grammar.bgf
${tooldir}/gdts iso-is-grammar-fix.bgf recovered-grammar.bgf

0 comments on commit 1ae6230

Please sign in to comment.