Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefellows/test-go-yacc

Golang Yacc Experiments
https://github.com/mefellows/test-go-yacc

Last synced: 14 days ago
JSON representation

Golang Yacc Experiments

Awesome Lists containing this project

README

        

# test-go-yacc
Golang Yacc Experiments

# Usage

```
mfellows ~/ $ go generate main.go
mfellows ~/ $ go build calc.go
mfellows ~/ $ ./calc
equation: 1+1
2
```