From b051f511a5b3359ac1fca6894d59ade8ddfadd55 Mon Sep 17 00:00:00 2001 From: Cameron Elliott Date: Sat, 16 Mar 2019 15:35:02 -0700 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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 + +