How to make a program to write a simple program??.. based on users instructions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to make a program to write a simple program??.. based on users instructions

24th Mar 2017, 4:27 AM
Vishvambar Panth
Vishvambar Panth - avatar
3 Answers
+ 13
make a programming language?
24th Mar 2017, 4:34 AM
Ahri Fox
Ahri Fox - avatar
+ 11
How to make a program to write a simple program?? well it is obvious, use c++.
24th Mar 2017, 5:21 AM
Agus Mei
Agus Mei - avatar
+ 4
You can use flex and bison to generate C++ programs. Bison is a parser generator and you can use it to generate code to perform operations on inputs.
24th Mar 2017, 5:02 AM
Squidy
Squidy - avatar