0
How is a compiler made?I mean what language is needed?
6 Réponses
+ 1
A compiler just translates the language to machine code, and can be written in any language.
+ 1
What do you mean?
+ 1
If you want to write a compiler, you should learn assembly. Machine language is the format your CPU processes, and assembly is machine language written in human-readable form.
A compiler takes takes the the source files and translates them to assembly, and then to machine language. As for how this process happens, there are many books on the subject, the clasic one being "Compilers: Principles, Techniques, and Tools".
0
thanks🙇 but why do some compilers are more useful?
0
I mean how can some one create a compiler ?does it need a special language to know?
0
Wow the first pages of book were so lovely 🙃🙃and fun thanks again🙂🙂☺