Generic Classparser News
Status: Pre-Alpha
Brought to you by:
jonasnordin
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.
It's finally getting somewhere.
The largest remaining issue is to get the method and attribute parsing into place. When that is done a alpha-version of the lib can be released.
Is getting somehwere. The framework is falling into place and namespaceparsing is nearing completion.