Skip to main content

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

A translation unit can only be parsed as a whole. What exactly are you trying to do?

-sergey

On Wed, Sep 16, 2015 at 11:25 AM, Krishna Narasimhan <krishna.nm86@xxxxxxxxx> wrote:
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.




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top