Skip to content

A simple calculator parser that use Golang's yacc tool

Notifications You must be signed in to change notification settings

shahuwang/yaccalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

yaccalc

A simple calculator parser that use Golang's yacc tool

How to build

go tool yacc -o yacc.go gocalc.y

go build yacc.go golex.go

Go's yacc tool is great! More document is needed.

About

A simple calculator parser that use Golang's yacc tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published