With lots of experimenting, tradcpp (0.4) seems to work way better than gcc, and it's output is actually valid. We'll go with that for now.
25 lines
161 B
Plaintext
25 lines
161 B
Plaintext
1.
|
|
;
|
|
2.
|
|
(a, );
|
|
(, b);
|
|
( , );
|
|
(a,);
|
|
(,b);
|
|
(,);
|
|
3.
|
|
(a, b, );
|
|
(a, , c);
|
|
(, , c);
|
|
(a, , );
|
|
(, b, );
|
|
(, , c);
|
|
(, , )
|
|
(a,b,);
|
|
(a,,c);
|
|
(,,c);
|
|
(a,,);
|
|
(,b,);
|
|
(,,c);
|
|
(,,)
|