API Diff between 0.12.163 and 0.14.26
3 Additions
17 Removals
CLanguage.Compiler
CLanguage.Interpreter
CLanguage.Syntax
-
public abstract class Expression
- public virtual bool CanEmitPointer { get; }
- protected static CType GetArithmeticType(Expression leftExpr, Expression rightExpr, string op, EmitContext ec)
- protected static CType GetPromotedType(Expression expr, string op, EmitContext ec)
- protected static CBasicType GetArithmeticType(Expression leftExpr, Expression rightExpr, string op, EmitContext ec)
- protected static CBasicType GetPromotedType(Expression expr, string op, EmitContext ec)
-
public abstract class Statement
CLanguage.Types