Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Parsing Source code String into a IASTNODe (or IAStTranslationUnit)

Hello,
    Is there a way to parse a string back into a node or a translation unit. For example, something like 15/type_x::Size

where type_x is a user defined type and Size is a property of that type.




Back to the top