b20d33c5c6
So far the only expression implemented is a single integer literal, but obviously that's easy to extend. Various things including nesting are tested here.
12 lines
92 B
C
12 lines
92 B
C
success_1
|
|
#if 0
|
|
failure_1
|
|
#if 1
|
|
failure_2
|
|
#else
|
|
failure_3
|
|
#endif
|
|
failure_4
|
|
#endif
|
|
success_2
|