https://github.com/dxkite/language
language support test
https://github.com/dxkite/language
ast-parser parser
Last synced: 7 months ago
JSON representation
language support test
- Host: GitHub
- URL: https://github.com/dxkite/language
- Owner: dxkite
- Created: 2020-09-04T14:56:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T12:11:50.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T06:33:54.052Z (9 months ago)
- Topics: ast-parser, parser
- Language: Go
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ast parser
the repo to parse language
- [x] macro language (preprocessor)
- [x] tokenizer
- [x] scanner
- [x] parser
- [x] :exclamation: interpreter
- [ ] c language ast parser
- [ ] tokenizer
- [ ] scanner
- [ ] parser