pboyer / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
Other
26 stars 1 forks source link

RuleSempredFunction template doesn't return true by default #30

Closed willfaught closed 2 years ago

willfaught commented 8 years ago

https://github.com/pboyer/antlr4/blob/master/tool/resources/org/antlr/v4/tool/templates/codegen/Go/Go.stg#L357

Unlike other language targets. Is this by design? I'm curious why.