Introspector/Compiler/AST

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.