Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mefellows/test-go-yacc
- Owner: mefellows
- License: mit
- Created: 2015-04-12T13:42:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T23:36:51.000Z (over 8 years ago)
- Last Synced: 2024-11-06T16:25:12.474Z (2 months ago)
- Language: Bison
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```