Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solo-steven/crafting-handbook
Learning to write JS infra, Compiler and OS and more.
https://github.com/solo-steven/crafting-handbook
generator handbook parser rust typescript
Last synced: 2 months ago
JSON representation
Learning to write JS infra, Compiler and OS and more.
- Host: GitHub
- URL: https://github.com/solo-steven/crafting-handbook
- Owner: Solo-steven
- Created: 2023-09-13T06:15:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-18T06:02:57.000Z (3 months ago)
- Last Synced: 2024-10-18T16:58:36.251Z (3 months ago)
- Topics: generator, handbook, parser, rust, typescript
- Language: Rust
- Homepage:
- Size: 5.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cranfiting Handbook
Handbook for anyone want to learn by doing, currently working on two thing:
- `web-infra` packages: A JS parser, working on matching babel and ecma spec.
- `rustyc` crates: A C compiler in rust, working on compiler backend and IR opti.