Skip to content

Commit

Permalink
slight almost unnoticeable fixes
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@955 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 18, 2011
1 parent 7770dbb commit 28bb782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions topics/extraction/bnf2bgf/pdf2lll.py
Expand Up @@ -66,6 +66,7 @@ def readTerminalsList(f):
('–','"-"'),
('ñ','"-"'),
('˜','"~"'),
('ˆ','^'),
('fi','fi'),
('[',' ['),
('(',' ('),
Expand Down
3 changes: 2 additions & 1 deletion topics/grammars/cpp/iso-14882-1998/README.txt
Expand Up @@ -25,4 +25,5 @@ Fixes that were necessary for extraction:

There are various layout problems (say, ";" formatted in italics),
but we don't even care because we copy-paste the raw text anyway.

The biggest one is in §A.9 [gram.class.derived] where the keyword
"virtual" is displayed as a nonterminal symbol.

0 comments on commit 28bb782

Please sign in to comment.