+ 17
Which are the steps taken to create your own programming language ?????
Ever heard of level 3 programming ? That's probably about creating your own language. I am also now interested for knowing about how do they actually do it? Please share the information you possess about this topic. (Pls don't be silly while answering) Would you also like to create your own language ???ââââââââ
3 Answers
+ 5
Actually, create a new language = build your own compiler.
So learn how compilers work (expression process, interpretation in assembly language, optimizations, ...).
Keep in mind, a compiler is a fucking big program:
https://github.com/gcc-mirror/gcc
+ 3
The first thing to do is to build your own compiler.
i would recommend to study gnu/GCC architecture
+ 3
i made a small tuto series
https://www.sololearn.com/Discuss/549601/?ref=app
else join our project
https://www.sololearn.com/Discuss/577436/?ref=app