Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 452 Bytes

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