Create AST nodes using LLVM

In this article, we learn how to build a class hierarchy that represents different AST nodes in a programming language whereby the node type has a class where the name of the class represents a syntax element of the programming language.

Table of contents.Introduction.The base class.Numeric literals.Variables.Binary operators.Function calls.Function prototypes.Function definitions.Summary.References.Introduction.

LLVM is a library used for the construction, optimization, and product...

 •  0 comments  •  flag
Share on Twitter
Published on April 23, 2022 18:31
No comments have been added yet.