0

how a new programming language is created?

I am a total begginer and I would be so grateful if some one could answer me .

10th Jul 2019, 2:59 PM
Fatemeh
Fatemeh - avatar
2 ответов
+ 1
Compilers are either interpreted (a program written in another language reads the language line by line and executes it) or compiled (a program transforms the language into an executable file). If the program is compiled, the compiler can be written in the same language (a C compiler written in C). You can create your own language if you create an interpretor/compiler.
10th Jul 2019, 3:48 PM
Vlad Serbu
Vlad Serbu - avatar
0
thanks 👏👌⛧⛧⛧
11th Jul 2019, 4:31 PM
Fatemeh
Fatemeh - avatar