Originally posted by another user
This is my new syntax checker version 1.4
It checks for errors in your code such as:
1. Unknown function Example: "self thread hey();" or ::hey;
2. Missing Semi-Colons
3. Missing : in case statements
4. Too many/Too little ",{},(),[]
5. Shows you the line of your error