+ 1

How to create a programming language?

If you know how, please answer.

25th Apr 2018, 3:17 PM
Alex Aramyan
Alex Aramyan - avatar
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.
25th Apr 2018, 3:30 PM
TurtleShell
TurtleShell - avatar
+ 1
By making a compiler or interpreter for it
25th Apr 2018, 3:23 PM
TurtleShell
TurtleShell - avatar
+ 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 ).
25th Apr 2018, 3:45 PM
Cain Eviatar
Cain Eviatar - avatar
0
How?
25th Apr 2018, 3:24 PM
Alex Aramyan
Alex Aramyan - avatar
0
Thanks
25th Apr 2018, 3:33 PM
Alex Aramyan
Alex Aramyan - avatar