cpp-syntax-tree is a graphical syntax tree generator written in the C++ language. You can find input file examples at this project/test/data directory. cpp-syntax-tree [options] <file> Draw syntax ...
Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.
Abstract: In the Chinese teaching and research, it often needs to draw syntax tree for the analyzing of relationship among compositions of sentence. Drawn syntax tree manually has many defects, such ...