ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ast.hpp File Reference

Description:

This header file is part of module ALib Expressions of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file ast.hpp.

Include dependency graph for ast.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AST
 
struct  ASTBinaryOp
 Abstract syntax tree node representing binary operators. More...
 
struct  ASTConditional
 Abstract syntax tree node representing ternary operator Q ? T : F. More...
 
struct  ASTFunction
 Abstract syntax tree node representing a function call. More...
 
struct  ASTIdentifier
 Abstract syntax tree node representing identifiers. More...
 
struct  ASTLiteral
 Abstract syntax tree node representing identifiers. More...
 
struct  ASTUnaryOp
 Abstract syntax tree node representing unary operators. More...
 

Namespaces

namespace  alib
 
namespace  alib::expressions
 
namespace  alib::expressions::detail