[% UNLESS source AND data %]
A tool that uses libclang to parse and process C source code.
The result is a list of triples with syntatic information about
identifiers found in the code.
Go to the upload page to process a file or load one of the available examples in the examples page. [% RETURN %] [% ELSE %]
[% source | html %]
| Type | UID | ID | Ctx | File | Lines |
|---|---|---|---|---|---|
| [% i.0 %] | [% i.1 %] | [% i.2 %] | [% i.3 %] | [% i.4 %] | [% i.5 %][% UNLESS i.5 == i.6 %]-[% i.6 %][% END %] |