Skip to content
Commit b09f5ae7 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 ce4d7446
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