https://github.com/tony-go/zac-parser
Code draft about lexer / parser implementation.
https://github.com/tony-go/zac-parser
compiler lexer parser
Last synced: 9 months ago
JSON representation
Code draft about lexer / parser implementation.
- Host: GitHub
- URL: https://github.com/tony-go/zac-parser
- Owner: tony-go
- Created: 2020-02-23T17:04:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T18:50:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-04T16:18:25.414Z (11 months ago)
- Topics: compiler, lexer, parser
- Language: TypeScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚧 ZAC-PARSER 🚧
During my learning about compiler I'll code a parser by myself without any tools.
This repo will contains a full documented parser writed in Javascript using one of the classical parsing pattern (I didn't choose which one yet !).
Javascript is maybe not the best choice, but keep in mind that the first goal of this project is didactic.
If I have enough time I'll record videos and share it with you.
## What is Zac ?
Zac is the short name of my son and it will be the language (freshly imaginated) we'll parse.
## Playin with lexer :
1 - Clone the repo
2 - `yarn`
3 - `yarn start`