+ 1
How to create a programming language?
If you know how, please answer.
5 Answers
+ 1
Compilers and interpreters are complex pieces of software with multiple parts. You should understand how they work before attempting to make one. Googling is not a bad idea.
+ 1
By making a compiler or interpreter for it
+ 1
this is was really helpful for me when I created my simple scripting language: https://www.tutorialspoint.com/compiler_design/compiler_design_quick_guide.htm
as an addition, I would recommend to learn "model of computation" ( Automata Theory ).
0
How?
0
Thanks