+ 1
How do i start writing a basic compiler in python without using modules?
Needs to have tokenizer with a regex functionality.
1 Antwort
+ 3
You have to write it in C or C++ to be fast, that's all I know though sorry😥
Needs to have tokenizer with a regex functionality.