Rui Ueyama e6307ad374 Add comma operator
This patch allows writing a comma expression on the left-hand side
of an assignment expression. This is called the "generalized lvalue"
which is a deprecated GCC language extension. I'm implementing it
anyway because it's useful to implement other features.
2020-10-15 14:22:16 +09:00
2020-10-15 14:22:16 +09:00
2020-10-15 14:22:15 +09:00
2020-10-15 14:22:16 +09:00
2020-10-15 14:22:16 +09:00
2020-10-15 14:22:15 +09:00
2020-10-15 14:22:16 +09:00
2020-10-08 14:31:22 +09:00
2020-10-15 14:22:16 +09:00

This is the reference implementation of https://www.sigbus.info/compilerbook.

Description
No description provided
Readme MIT 2.2 MiB
Languages
C 96.8%
Shell 2.8%
Makefile 0.4%