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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages