Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 738 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 738 Bytes

███████╗███████╗██████╗ 
╚══███╔╝██╔════╝██╔══██╗
  ███╔╝ █████╗  ██████╔╝
 ███╔╝  ██╔══╝  ██╔═══╝ 
███████╗███████╗██║     
╚══════╝╚══════╝╚═╝     

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!