Hello,

My grammar file is improved one by one.
Constant 'b' is used by the rule level_symbol.
I want to use variable name b.
But, variable name b collides with constant 'b'.
variable name b is red letter when debugging.
Please teach the way not to collide constant 'b'.

input text when debugging

primitive mux (y, a, b, sel);
output y;
input sel, a, b;
table // a b sel : y 0 ? 0 : 0; 1 ? 0 : 1; ? 0 1 : 0; ? 1 1 : 1; endtable
endprimitive

Thanks
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

Attachment: veriloghdl2.g
Description: Binary data

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to