Hey everyone! I'm a developer excited to create my own programming language and game engine called Blaze. I'm looking for recommendations on resources or materials that could help me get started. Any advice would be appreciated!
5 Answers
I highly recommend 'craftinginterpreters.com'. It’s a comprehensive resource that covers building an interpreter for both Java and C; best part is, it's free!
But why do you want to make your own language? Aren't there enough out there already?
If you can't find that info online, creating a language might be harder than you think. Do some digging first!
You've already got a great name picked out for it! Trust me, naming things is half the battle, so you're off to a good start!
You might want to check out 'Make a Lisp'. It's a great introduction if you're new to creating languages. Plus, learning regex can really help you with parsing!
I appreciate the tips! I just want to make something unique and fun.