Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 584 Bytes

Bolt

I tried coding a programming language not once, but twice. And failed both times. Hoping this one is different! I've been working hard at this for the last few months.

An easy to read, compiled, whitespace independent, multi-paradigm statically and strongly typed language with type inference and null saftey.


The Bolt compiler is split into many different parts, the furthest in being the least done.

  1. File Reader
  2. Lexer
  3. Parser
  4. Inferrer
  5. WASM Code Generator
  6. Run Code