AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::exprs::ExpressionRepr Struct Reference

Representation of an expression with all components stringized. More...

#include <requirement.hpp>

Classes

struct  Operator
 The str field is the representation of the operator (e.g., '+', '!='). More...
 
struct  Repr
 
struct  Value
 

Public Types

using Expression = std::variant<Value, Operator>
 

Public Attributes

Expression expression
 

Detailed Description

Representation of an expression with all components stringized.

Member Typedef Documentation

◆ Expression

Member Data Documentation

◆ expression

Expression asmgrader::exprs::ExpressionRepr::expression

The documentation for this struct was generated from the following file: