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 .
2 Respuestas
+ 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.
0
thanks 👏👌⛧⛧⛧