Skip to content

watarukura/goscal

Repository files navigation

goscal

https://github.com/msakuta/ruscal の写経 in Go言語

graph LR
expr --> add
expr --> term

add --> add_term
add_term --> term
add_term --> plus

term --> paren
term --> token

paren --> expr

token --> ident
token --> number
Loading

Releases

No releases published

Packages

No packages published

Languages