Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jairussw/zep
Homebrew compiler built from the ground up
https://github.com/jairussw/zep
compiler language wasm webassembly zep
Last synced: 4 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T02:46:45.000Z (8 months ago)
- Last Synced: 2024-03-23T02:47:50.171Z (8 months ago)
- Topics: compiler, language, wasm, webassembly, zep
- Language: TypeScript
- Homepage:
- Size: 201 KB
- Stars: 2
- 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 operationsCheck out `./src/test.ts` to get started!