+ 9
How can i create my own programming language.
4 odpowiedzi
+ 3
see my answer to :
https://www.sololearn.com/Discuss/225326/?ref=app
+ 2
wow
+ 1
Learn a language (I would advise C, C++ or python for that), then define your language. With the first language you learnt, make a translator from your language to the one you learnt and that transform the translation to executable code.
+ 1
learn grammer in theory of computer science
automata theory, Turing machine theory
a tools can be used to write your own language e.g. lex, yaac