Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!