Reputation: 4481
For the go language, is there a tool that would parse it into lexical elements? I am looking for a filter that would take go source code and output a tokenized version of it. It does not need to do full semantic compilation.
thank you in advance,
Upvotes: 1
Views: 177