Skip to content

Instantly share code, notes, and snippets.

@od0x0
Created June 27, 2010 17:28
Show Gist options
  • Save od0x0/455035 to your computer and use it in GitHub Desktop.
Save od0x0/455035 to your computer and use it in GitHub Desktop.
- Parsing source/rock/middle/FunctionCall.ooc
rock/middle/FunctionCall.ooc:553:17 [ERROR] Expected statement or a closing bracket
result := typeResult instanceOf(FuncType) ?
Now I get:
In file included from c-source/source/rock/middle/Module-fwd.h:27,
from c-source/source/rock/frontend/BuildParams-fwd.h:24,
from c-source/source/rock/frontend/Token-fwd.h:16,
from c-source/source/rock/frontend/CommandLine-fwd.h:25,
from c-source/source/rock/rock-fwd.h:18,
from c-source/source/rock/rock.h:6,
from c-source/source/rock/rock.c:3:
c-source/source/rock/frontend/AstBuilder-fwd.h:433: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rock_frontend_AstBuilder__reservedWords’
c-source/source/rock/frontend/AstBuilder-fwd.h:437: error: expected ‘)’ before ‘words’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment