Introspector/Compiler/AST
Appearance
This page or section is an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
Abstract Syntax Trees are basically collections of facts in a program. a set of statements that cantain declarations, types, values, onstants.
They can be compared to graphs of data in RDF.
Trees basically are an intermediate representation of the program facts.
I hope to create a better tree representation for compilers using RDF.