The parser is now pretty usable. The only flaw known right now is variable declarations like 'struct foo bar;' and struct declarations as part of variable declarations like 'struct { int a; } foo;' where foo doesn't get added as an variable.
Log in to post a comment.