SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Support for ? : operator #9

Open v0dro opened 7 years ago

v0dro commented 7 years ago

Rubex should support single line if-else with ? : operator and it should directly compile into C ? :.