parser reports syntax error accurately

still need improvement
This commit is contained in:
Valk Richard Li
2021-05-04 01:13:53 +08:00
parent c5f4736984
commit 6adb991c04
7 changed files with 132 additions and 122 deletions

View File

@@ -115,11 +115,7 @@ int main()
{
#ifdef _WIN32
system("cls");
#endif
#ifdef _linux_
system("clear");
#endif
#ifdef TARGET_OS_MAC
#else
system("clear");
#endif
}