+ 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?

24th Dec 2017, 7:44 PM
mehran nosrati
mehran nosrati - avatar
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
24th Dec 2017, 7:55 PM
Eligijus Silkartas
Eligijus Silkartas - avatar
+ 4
Thank you for your helpšŸ™„
24th Dec 2017, 10:24 PM
mehran nosrati
mehran nosrati - avatar
+ 1
believe in your self
25th Dec 2017, 6:55 AM
Hassan Hemmati
0
You must do homework
26th Dec 2017, 2:24 PM
andron