Skip to content

99TheDark/Bolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d86abd · Aug 15, 2023
May 29, 2023
May 28, 2023
May 25, 2023
Aug 15, 2023
Aug 15, 2023
Aug 15, 2023
Jun 18, 2023
May 23, 2023
May 30, 2023
May 25, 2023
Jun 19, 2023
Aug 15, 2023
Aug 15, 2023
Aug 15, 2023
Aug 15, 2023
Jun 20, 2023

Repository files navigation

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