C parser abstraction.
More...
#include <Puma/CParser.h>
List of all members.
Detailed Description
C parser abstraction.
Setups the C parser components ready to be used for parsing C input files (see class Puma::CSyntax, Puma::CBuilder, and Puma::CSemantic).
Constructor & Destructor Documentation
Puma::CParser::CParser |
( |
| ) |
|
|
inline |
Member Function Documentation
CBuilder& Puma::CParser::builder |
( |
| ) |
const |
|
inline |
Get the C tree builder object.
Get the C semantic analysis object.
CSyntax& Puma::CParser::syntax |
( |
| ) |
const |
|
inline |
Get the C syntactic analysis object.