diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b2a40c --- /dev/null +++ b/README.md @@ -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 + +