chenhsi / Ambroscum

An interpreter/compiler for a programming language we're probably going to create
MIT License
0 stars 0 forks source link

Ternary operators #10

Closed chenhsi closed 10 years ago

chenhsi commented 11 years ago

The two ones that should be implemented are "a ? b : c" and "a < b < c". Expression needs to be able to recognize these. The latter will particularly annoying, to distinguish with normal comparisons.