A tiny stack machine-based parser

Jonathan D. Storm c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune há 1 ano atrás
.gitignore 19e76a2fbd Initial commit há 1 ano atrás
LICENSE 19e76a2fbd Initial commit há 1 ano atrás
README.md 19e76a2fbd Initial commit há 1 ano atrás
go.mod c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune há 1 ano atrás
stack_machine.go c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune há 1 ano atrás
syntax_tree.go c18ac06af5 Expose field 'ASTNode' in CSTNode; change byte to rune há 1 ano atrás

README.md

parser


A tiny stack machine-based parser.