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
- Host: GitHub
- URL: https://github.com/99thedark/bolt
- Owner: 99TheDark
- License: gpl-3.0
- Created: 2023-05-23T06:22:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T01:54:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T05:53:10.658Z (4 months ago)
- Topics: bolt, coding-language, custom-language, language, programming-language, typescript
- Language: TypeScript
- Homepage:
- Size: 25.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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