Skip to content

Commit 9cd0ea1

Browse files
mmazasmmazas
authored andcommitted
Signed-off-by: mmazas <mmazas@ITEM-S104678.emea.msad.sopra>
1 parent 6345d25 commit 9cd0ea1

File tree

7 files changed

+49
-37
lines changed

7 files changed

+49
-37
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
1313
* Redistributions in binary form must reproduce the above copyright
1414
notice, this list of conditions and the following disclaimer in the
1515
documentation and/or other materials provided with the distribution.
16-
* Neither the names of of the copyright holders nor the names of its
16+
* Neither the names of the copyright holders nor the names of its
1717
contributors may be used to endorse or promote products derived from
1818
this software without specific prior written permission.
1919

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JavaCC-8 C++ (CPP)
22

3-
This is the JavaCC **C++** generator Git repository / java & maven project of JavaCC version 8.
3+
This is the JavaCC **C++** generator Git repository / Java & Maven project of JavaCC version 8.
44

5-
See the README at [javacc-8](https://github.com/javacc/javacc-8)
5+
For an end user view of JavaCC, see the **README.md** at [javacc-8](https://github.com/javacc/javacc-8).
6+
7+
For a technical view of the different projects of JavaCC v8, see the **README_BUILD.md** at [javacc-8/README_BUILD.md](https://github.com/javacc/javacc-8/README_BUILD.md)

examples/CORBA-IDL/README

Lines changed: 0 additions & 34 deletions
This file was deleted.

examples/CORBA-IDL/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This directory contains an CORBA 2.0 grammar for [IDL](src/main/java/IDL.jj).
2+
3+
It parses an input file and just outputs a success or failure message.
4+
5+
Build it in the usual manner with [pom.xml](pom.xml):
6+
7+
- Maven:
8+
9+
```
10+
mvn clean verify
11+
```

examples/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
In this directory lie the legacy examples, with their build and test files,
2+
targeted to explain some aspects of the JavaCC/JJTree grammar;
3+
they are considered as a subset of integration tests.
4+
5+
Some examples have been ported from Java to C++ and C#, with the goal to be fully equivalent.

grammars/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
In this directory lie some grammars shared by contributors, with their build files;
2+
feel free to enhance them and share them back.
3+
4+
They are considered as a subset of integration tests (they should at least generate properly).
5+
6+
Some examples have been ported between Java and C++ and C#, with the goal to be fully equivalent.

issues/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
In this directory lie small grammars, with their build and test files,
2+
targeted to exercise some aspects of parsing and code generation;
3+
they are considered as a subset of integration tests.
4+
5+
- **basnn**: *bas* stands for sandbox (FR *bac à sable*) very small grammars to exercise some basic tests
6+
7+
- **issue-7-#n**: related to issue #n in [v7 repo](https://github.com/javacc/javacc/issues)
8+
9+
- **issue-8-#n**: related to issue #n in [v8 parent repo](https://github.com/javacc/javacc-8/issues)
10+
11+
- **issue-co-#n**: related to issue #n in [v8 Core repo](https://github.com/javacc/javacc-8-core/issues)
12+
13+
- **issue-ja-#n**: related to issue #n in [v8 Java repo](https://github.com/javacc/javacc-8-java/issues)
14+
15+
- **issue-cp-#n**: related to issue #n in [v8 C++ repo](https://github.com/javacc/javacc-8-cpp/issues)
16+
17+
- **issue-cs-#n**: related to issue #n in [v8 C# repo](https://github.com/javacc/javacc-8-csharp/issues)
18+
19+
People may have opened issues in some repo but they may be tested in a different repo,
20+
so the naming convention to help refer them easily.
21+
22+
Some bas and issues have been ported from Java to C++ and C#, with the goal to be fully equivalent.

0 commit comments

Comments
 (0)