antlr / stringtemplate4

StringTemplate 4
http://www.stringtemplate.org
Other
955 stars 231 forks source link

Has anyone ported the antlr3 grammar files in the compiler package to antlr4? #266

Closed jarrodhroberson closed 4 years ago

jarrodhroberson commented 4 years ago

I am wanting write a port of StringTemplate in Go 1.15 and would like to be able to use the STParser/Group/CodeGenerator grammar files if possible.

Has anyone ported those grammar files to something that antlr4 can deal with?

parrt commented 4 years ago

I'm not aware of a port to Go. sorry. Certainly the grammar part would translate over but whatever actions are in there would not.