-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@802 ab42f6e0-554d-0410-b580-99e487e6eeb2
- Loading branch information
1 parent
3ce6f62
commit 3207596
Showing
14 changed files
with
6,530 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
build: | ||
cd iso-14882-1998 && make build | ||
cd iso-n2723 && make build | ||
|
||
clean: | ||
cd iso-14882-1998 && make clean | ||
cd iso-n2723 && make clean | ||
|
||
test: | ||
cd iso-14882-1998 && make test | ||
cd iso-n2723 && make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
build: | ||
grep -xv 'c ' iso-is-annex.txt > iso-is-annex-no-c.txt | ||
perl -pi -w -e 's/hand ler/handler/g;' iso-is-annex-no-c.txt | ||
../../../../shared/tools/pdf2bgf iso-is-annex-no-c.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 | ||
rm -f iso-output.bgf | ||
|
||
clean: | ||
rm -f iso-output.bgf iso-is-grammar.bgf iso-is.bnf iso-is-annex-no-c.txt intermediate.lll | ||
|
||
test: | ||
make build | ||
../../../../shared/tools/gdt iso-is-grammar.bgf extracted-grammar.bgf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Doc No: N2723=08-0233 | ||
Date: 2008-08-25 | ||
Reply to: Pete Becker | ||
Roundhouse Consulting, Ltd. | ||
pete@versatilecoding.com | ||
Working Draft, Standard for Programming | ||
Language C++ | ||
|
||
Note: this is an early draft. It’s known to be incomplet and incorrekt, and it has lots of ba d | ||
format ting. | ||
|
||
© ISO/IEC | ||
|
||
Fixes that were necessary for extraction: | ||
|
||
'handler' is for some reason typeset as 'hand ler' | ||
fixed by a perl regexp inline replace | ||
|
||
'(c)' was copy-pasted as two lines | ||
'c ' lines are removed by a negative grep | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ISO/IEC N2723 | ||
§ A. | ||
gram. |
Oops, something went wrong.