Skip to content

Commit

Permalink
Move Antlr to its own subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronelliott committed Mar 16, 2019
1 parent 3a8c75d commit 1976020
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ rem add your own output language possibly

echo grammar Sip; >Sip.g4
Abnf-To-Antlr-1.5.1-Binaries\AbnfToAntlr.exe Sip.abnf >>Sip.g4
java -jar antlr-4.7.2-complete.jar -Dlanguage=CSharp -o out\cs Sip.g4
java -jar antlr-4.7.2-complete.jar -Dlanguage=Go -o out\go Sip.g4
java -jar antlr\antlr-4.7.2-complete.jar -Dlanguage=CSharp -o out\cs Sip.g4
java -jar antlr\antlr-4.7.2-complete.jar -Dlanguage=Go -o out\go Sip.g4



0 comments on commit 1976020

Please sign in to comment.