Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron-elliott authored Mar 16, 2019
1 parent 1976020 commit b051f51
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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


0 comments on commit b051f51

Please sign in to comment.