gnames / gnparser

GNparser normalises scientific names and extracts their semantic elements.
MIT License
39 stars 4 forks source link

As a Developer I want to see raw AST tree from PEG parser #163

Closed dimus closed 3 years ago

dimus commented 3 years ago

Sometimes it is hard to understand how did parsing go without seeing row parsing result. We are going to introduce a debug constant to root.go file. When it is on, it will show the AST tree from PEG.