You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original project is [antlr4-c3](https://github.com/mike-lischke/antlr4-c3/tree/main), created by Mike Lischke.
23
+
The author has created the original code for ANTLR4 C3, which is a TypeScript library. The Java port got contributions from Nick Stephen, @kaidjohnson, @rovo98
24
+
, and @vityaman .
25
+
26
+
We are just maintaining and publishing such port, with the [authorization](https://github.com/mike-lischke/antlr4-c3/issues/175) from the author.
27
+
28
+
## License
29
+
30
+
This port, as the original code, is available under the MIT license.
31
+
32
+
## How to use ANTLR4 C3 in Java
17
33
18
-
This is a port of the antlr4-c3 library to Java forked from another [project](https://github.com/mike-lischke/antlr4-c3/tree/main) and now being distributed
19
-
and maintained by Strumenta with the [authorization](https://github.com/mike-lischke/antlr4-c3/issues/175) from the author.
20
34
21
35
Please see next an explanation of the library and some examples.
22
36
```
@@ -28,6 +42,8 @@ The only changes with respect to the original typescript implementation are:
28
42
- use of Java logging framework for debug messages
29
43
- CandidatesCollection has a new field which returns information about encountered preferred rules
0 commit comments