-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1976020
commit b051f51
Showing
1 changed file
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# sip-antlr-abnf | ||
One step RFC3261 SIP ABNF to Antlr, to C#, Go, Java, etc. Fixed ABNF to compile/work. | ||
|
||
|
||
The main value here is: | ||
- Fixed, changes to the ABNF to enable conversion to Antlr input (g4) | ||
- Bundling of both Antlr and the ABNF to Antlr tool. | ||
- A simple Windows BAT file to do both ABNF->Antlr->C#, Java, Go code | ||
- Should be very simple to convert to bash script using Mono and java on Linux | ||
- Please submit a PR if you write a bash script | ||
|
||
|