Home | History | Annotate | Download | only in compiler

Lines Matching refs:DOT

111 %token <lex> LEFT_PAREN RIGHT_PAREN LEFT_BRACKET RIGHT_BRACKET LEFT_BRACE RIGHT_BRACE DOT
299 | postfix_expression DOT FIELD_SELECTION {
301 context->error($3.line, "cannot apply dot operator to an array", ".", "");
541 | postfix_expression DOT function_call_generic {