You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the errors have been fixed in tcc except for the syntax error in p.c. This error comes from tcc's insufficient parser and could be worked around by replacing the definition of cases with:
I believe that doing this change is a bad thing. The source code of the project should not be amended to satisfy the demands of poorly written compilers.
I tried to compile J with the tiny C compiler (tcc). Compilation failed. Here is a detailed description of all errors:
http://www.mail-archive.com/[email protected]/msg03685.html
The text was updated successfully, but these errors were encountered: