Skip to content
Commit e6307ad3 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

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.
parent 1c91d194
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment