/Bolt

My dream programming language, in progress

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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