+ 1
How to implement a programing language ?
A basic programming language teach us the simple operation.. How to implement it for a real output
1 Odpowiedź
+ 3
I'm not sure I follow. A programming language for the programmer means a compiler, linker, standard library at the minimum. or you can choose the interpreter way or a mix and match of the two.
if this is what you are asking, any minimal yet decent honest answer will easily make a small book. for this you are better off reading the many howtos on the internet.