Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjjian/yacc-examples
this is a example for goyacc to parse json
https://github.com/sjjian/yacc-examples
example goyacc json lexer parse yacc
Last synced: 3 months ago
JSON representation
this is a example for goyacc to parse json
- Host: GitHub
- URL: https://github.com/sjjian/yacc-examples
- Owner: sjjian
- Created: 2018-09-13T09:40:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T05:16:21.000Z (over 3 years ago)
- Last Synced: 2024-06-19T01:46:20.930Z (7 months ago)
- Topics: example, goyacc, json, lexer, parse, yacc
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 25
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this is a example for goyacc
### START
1. install goyacc
2. cd ./json && goyacc -o yacc.go yacc.y
3. see parser.go