https://github.com/jairussw/zep
Homebrew compiler built from the ground up
https://github.com/jairussw/zep
compiler language wasm webassembly zep
Last synced: about 1 year ago
JSON representation
Homebrew compiler built from the ground up
- Host: GitHub
- URL: https://github.com/jairussw/zep
- Owner: JairusSW
- License: mit
- Created: 2023-01-31T23:22:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T05:47:09.000Z (over 1 year ago)
- Last Synced: 2025-04-12T14:07:32.566Z (about 1 year ago)
- Topics: compiler, language, wasm, webassembly, zep
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
███████╗███████╗██████╗
╚══███╔╝██╔════╝██╔══██╗
███╔╝ █████╗ ██████╔╝
███╔╝ ██╔══╝ ██╔═══╝
███████╗███████╗██║
╚══════╝╚══════╝╚═╝
v0.0.0-wip
## Capabilities
- ✅ Tokenizer
- ✅ Scopes
- ✅ Parser (WIP)
- ✅ IR (WIP)
- ✅ CodeGen (WIP)
- ✅ Transpile to AssemblyScript
## Achievements
- ✅ Hello World with all handwritten pieces
- ✅ Simple math operations
Check out `./src/test.ts` to get started!