Groenbech96 / J--Compiler-Implementation

MIT License
0 stars 0 forks source link

Implement parsing support for conditional expressions #15

Closed cSkjaerris closed 4 years ago

cSkjaerris commented 4 years ago

E.g. var i = true ? 2 : 3;