Closed hongliuliao closed 3 years ago
#include <iostream> int main() { std::cout << "hello world" << std::endl; return 0; }
error info:
Error: ERROR: Parsing Failure: line 4 (column 8): int main() {\n std::cout << "hello wor ----------------------------------------^ Expected "!=", "%", "%=", "&", "&&", "&=", "(", "*", "*=", "+", "++", "+=", ",", "-", "--", "-=", "->", ".", "/", "/*", "//", "/=", ";", "<", "<<", "<<=", "<=", "=", "==", ">", ">=", ">>", ">>=", "?", "[", "\\U", "\\u", "^", "^=", "__attribute__", "_stdcall", "auto", "const", "extern", "inline", "register", "static", "|", "|=", "||", [ \n\r\t\u000B\u000C], [0-9], [A-Z], [_] or [a-z] but ":" found.
Namespace is still an unimplemented feature.
error info: