ANTLR4 Parser Generation with Go
Channel:
Subscribers:
1,250
Published on ● Video Link: https://www.youtube.com/watch?v=yS_FEzG0UDY
Here is how you can use ANTLR with Go.
Repo: https://gitlab.com/davidjmacdonald1/lynx-compiler/-/tree/6c0c860cf948e12e8f9e952acd38e14a4e116b3c
ANTLR: https://www.antlr.org/index.html
Build Commands:
antlr='java -jar antlr-4.13.1-complete.jar'
$antlr -Dlanguage=Go Lexer.g4 -o parser
$antlr -Dlanguage=Go Parser.g4 -visitor -o parser
Endcard Image by 200 Degrees from Pixabay https://pixabay.com/vectors/programmer-programming-code-work-1653351/
End Card Song - Password Infinity by Evgeny Bardyuzha from Pixabay: https://pixabay.com/music/beats-password-infinity-123276/
Other Videos By Introspective Thinker
Tags:
programming
language
coding
go
golang
git
antlr
antlr4
parser
programming language
parser generator
gopher