Files
lix/tests/functional/lang/parse-okay-arithmetic.exp
T
piegames d0361e9467 libexpr: Unify literal expressions as ExprLiteral
Change-Id: Ifc0f1e27b46803fa2175801ed7d3d108896c8259
2025-01-27 20:49:25 +01:00

42 lines
975 B
Plaintext

_type: ExprCall
args:
- _type: ExprConcatStrings
es:
- _type: ExprLiteral
value: 7
valueType: Int
- _type: ExprCall
args:
- _type: ExprCall
args:
- _type: ExprCall
args:
- _type: ExprLiteral
value: 0
valueType: Int
- _type: ExprLiteral
value: 5
valueType: Int
fun:
_type: ExprVar
value: __sub
- _type: ExprLiteral
value: 12
valueType: Int
fun:
_type: ExprVar
value: __mul
- _type: ExprLiteral
value: 3
valueType: Int
fun:
_type: ExprVar
value: __div
forceString: false
- _type: ExprLiteral
value: 1
valueType: Int
fun:
_type: ExprVar
value: __sub