Tagged Questions
12
votes
13answers
1k views
What's a good resource for starting to write a programming language, that's not context free?
I'm looking to write a programming language for fun, however most of the resource I have seen are for writing a context free language, however I wish to write a language that, like python, uses ...