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: 6 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T05:16:21.000Z (about 4 years ago)
- Last Synced: 2025-03-27T23:24:09.593Z (6 months ago)
- Topics: example, goyacc, json, lexer, parse, yacc
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 25
- Watchers: 1
- Forks: 11
- 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