init
This commit is contained in:
13
resources/gen.sh
Executable file
13
resources/gen.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
antlr4 -no-listener -visitor -Dlanguage=Cpp Python3Lexer.g4 Python3Parser.g4 -o "../generated"
|
||||
|
||||
###
|
||||
#
|
||||
# If you do no want to do the bonus of
|
||||
# "Supporting More Grammar of Python",
|
||||
# You do no need to understand this file currently.
|
||||
#
|
||||
###
|
Reference in New Issue
Block a user