Skip to content

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

License

Notifications You must be signed in to change notification settings

lukasmoellerch/wok

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published