Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasmoellerch/wok

This project is supposed to be a compiler similar to svelte, compiling typed code into WASM.
https://github.com/lukasmoellerch/wok

compiler wasm web webassembly

Last synced: about 1 month ago
JSON representation

This project is supposed to be a compiler similar to svelte, compiling typed code into WASM.

Awesome Lists containing this project

README

        

# wok

This project is supposed to be a compiler similar to svelte, compiling typed code into WASM.

# Compilation Steps

- Lexer
- Basic Parser
- Build global type scope [Sync]
- Build nested type scopes
- Build global operator scope [Sync]
- Build nested operator scopes
- Parse expression wrappers
- Type checker