https://github.com/5t111111/racc-example-hs
https://github.com/5t111111/racc-example-hs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t111111/racc-example-hs
- Owner: 5t111111
- Created: 2017-10-26T00:05:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T00:08:15.000Z (over 7 years ago)
- Last Synced: 2025-01-12T07:46:51.605Z (5 months ago)
- Language: Yacc
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# racc-example-hs
```
$ racc -o parser.rb parser.rb.y
``````
$ ruby parser.rb
```