+ 5
How to create a programming language?
I really like to create a programming language for myself, but I do not know where to start?
5 Answers
+ 7
You should read a book about compiler design to understand this. There is a lot of work to create your own language. First you would need to create language grammar. Then you would need to make syntax and semantic analysers to analyse if code is correctly written. And last step would be to execute your program. For that you can make a compiler or an interpreter. I've written everything bluntly, but this process takes a lot of work
+ 4
+ 4
Thank you for your helpš
+ 1
believe in your self
0
You must do homework