swift pareser in go #4676
Answered
by
kaby76
OmarEldeeb98
asked this question in
Q&A
swift pareser in go
#4676
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
OmarEldeeb98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to generate swift5 parser in golang but after generating it
swift5_parser.go and swift5_lexer.go have many error
i have downloaded Swift5Lexer.g4 and Swift5Parser.g4 and ran
antlr4 -Dlanguage=Go -o output-directory Swift5Lexer.g4 Swift5Parser.g4
one of errors in swift5_parser.go in
func (p *Swift5Parser) Statements() (localctx IStatementsContext)
all fucctions of p are undefined
Beta Was this translation helpful? Give feedback.
All reactions