ShivamSarodia / ShivC

A small C compiler written in Python for learning purposes
GNU General Public License v2.0
40 stars 39 forks source link

Include error, "Error tokenizing part: #include" #1

Open ghost opened 6 years ago

ghost commented 6 years ago

include

int main(void){ puts("Hello, World!"); return 0; }

ghost commented 6 years ago

Error tokenizing part: "Hello