An open API service indexing awesome lists of open source software.

https://github.com/99thedark/bolt

My dream programming language, in progress
https://github.com/99thedark/bolt

bolt coding-language custom-language language programming-language typescript

Last synced: 3 months ago
JSON representation

My dream programming language, in progress

Awesome Lists containing this project

README

        



# 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