A tiny stack machine-based parser

Jonathan D. Storm c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune 1 年之前
.gitignore 19e76a2fbd Initial commit 1 年之前
LICENSE 19e76a2fbd Initial commit 1 年之前
README.md 19e76a2fbd Initial commit 1 年之前
go.mod c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune 1 年之前
stack_machine.go c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune 1 年之前
syntax_tree.go c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune 1 年之前

README.md

parser


A tiny stack machine-based parser.