Skip to content

Commit

Permalink
adding forgotten files, replacing old readmes with fresh content, etc
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@1082 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Jun 6, 2011
1 parent c50d456 commit a18dbf7
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 216 deletions.
16 changes: 8 additions & 8 deletions topics/convergence/java/java.lcf
Expand Up @@ -6,8 +6,8 @@
<expansion>../../..</expansion>
</shortcut>
<shortcut>
<name>java</name>
<expansion>../../grammars/java</expansion>
<name>grammars</name>
<expansion>../../grammars</expansion>
</shortcut>
<shortcut>
<name>tools</name>
Expand All @@ -32,15 +32,15 @@
<name>impl1</name>
<grammar>
<extraction>
<expand>tools</expand>/html2bgf <expand>java</expand>/jls1/syntax.kw <expand>java</expand>/jls1/impl.html
<expand>tools</expand>/html2bgf <expand>grammars</expand>/java-1/jls-impl/syntax.kw <expand>grammars</expand>/java-1/jls-impl/src.htm
</extraction>
</grammar>
</source>
<source>
<name>read1</name>
<grammar>
<extraction>
<expand>tools</expand>/html2bgf <expand>java</expand>/jls1/collect.kw <expand>java</expand>/jls1/read.html
<expand>tools</expand>/html2bgf <expand>grammars</expand>/java-1/jls-read/collect.kw <expand>grammars</expand>/java-1/jls-read/src.htm
</extraction>
</grammar>
</source>
Expand All @@ -49,15 +49,15 @@
<name>impl2</name>
<grammar>
<extraction>
<expand>tools</expand>/html2bgf <expand>java</expand>/jls2/impl.html
<expand>tools</expand>/html2bgf <expand>grammars</expand>/java-2/jls-impl/src.htm
</extraction>
</grammar>
</source>
<source>
<name>read2</name>
<grammar>
<extraction>
<expand>tools</expand>/html2bgf <expand>java</expand>/jls2/collect.kw <expand>java</expand>/jls2/read.html
<expand>tools</expand>/html2bgf <expand>grammars</expand>/java-2/jls-read/collect.kw <expand>grammars</expand>/java-2/jls-read/src.htm
</extraction>
</grammar>
</source>
Expand All @@ -66,15 +66,15 @@
<name>impl3</name>
<grammar>
<extraction>
<expand>tools</expand>/html2bgf <expand>java</expand>/jls3/impl.html
<expand>tools</expand>/html2bgf <expand>grammars</expand>/java-5/jls-impl/src.htm
</extraction>
</grammar>
</source>
<source>
<name>read3</name>
<grammar>
<extraction>
<expand>tools</expand>/html2bgf <expand>java</expand>/jls3/collect.kw <expand>java</expand>/jls3/read.html
<expand>tools</expand>/html2bgf <expand>grammars</expand>/java-5/jls-read/collect.kw <expand>grammars</expand>/java-5/jls-read/src.htm
</extraction>
</grammar>
</source>
Expand Down
31 changes: 15 additions & 16 deletions topics/grammars/csharp/iso-23270-2003/README.txt
@@ -1,17 +1,16 @@
$ checkbgf iso-cs-1-original.bgf
Productions: 240
Top alternatives: 583
Nonterminals defined: 240
bottom: 2 (identifier, literal)
root: 0
dead top: 1 (compilation-unit)
Terminals used: 127
INTERNATIONAL ISO/IEC STANDARD 23270
First edition 2003-04-01
Information technology — C# Language Specification
Technologies de l'information — Spécification du langage C#

$ checkbgf iso-cs-1-browsable.bgf
Productions: 145
Top alternatives: 418
Nonterminals defined: 145
bottom: 8 (lex-csharp-extra/plus, lex-csharp-extra/minus, lex-csharp-extra/less-than, lex-csharp-extra/greater-than, lex-csharp/literal, lex-csharp/identifier, lex-csharp-extra/bar, lex-csharp-extra/ampersand)
root: 0
dead top: 2 (compilation-unit, struct-member-declarations)
Terminals used: 121
Reference number ISO/IEC 23270:2003(E)

PDF disclaimer
This PDF file may contain embedded typefaces. In accordance with Adobe's licensing policy, this file may be printed or viewed but shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In downloading this file, parties accept therein the responsibility of not infringing Adobe's licensing policy. The ISO Central Secretariat accepts no liability in this area.
Adobe is a trademark of Adobe Systems Incorporated.
Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below.

© ISO/IEC 2003
All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISO's member body in the country of the requester.
ISO copyright office Case postale 56 • CH-1211 Geneva 20 Tel. +41227490111 Fax +41227490947 E-mail copyright@iso.org Web www.iso.org
Published in Switzerland
11 changes: 11 additions & 0 deletions topics/grammars/csharp/ready.lst
@@ -0,0 +1,11 @@
ecma-334-1
ecma-334-2
ecma-334-3
ecma-334-4
iso-23270-2003
iso-23270-2006
msft-ls-1.0
msft-ls-1.2
msft-ls-3.0
msft-ls-4.0
zaytsev

0 comments on commit a18dbf7

Please sign in to comment.