Which are the steps taken to create your own programming language ????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ???✍✍✍✍✍✍✍✍

22nd Apr 2017, 1:52 PM
Priyanshu Dhokne
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
22nd Apr 2017, 2:06 PM
Ohjel
Ohjel - avatar
+ 3
The first thing to do is to build your own compiler. i would recommend to study gnu/GCC architecture
24th Apr 2017, 10:01 AM
Vishal Ramprasad
Vishal Ramprasad - avatar
24th Aug 2017, 6:50 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar