Ignore:
Timestamp:
Jul 12, 2017, 4:47:31 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
084fecc
Parents:
0698aa1
Message:

Parser no longer takes address of parameters to reference functions, implicit otype functions take references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r0698aa1 rcda7889  
    665665        conditional_expression
    666666        | unary_expression assignment_operator assignment_expression
    667                 { $$ = new ExpressionNode( build_binary_ptr( $2, $1, $3 ) ); }
     667                { $$ = new ExpressionNode( build_binary_val( $2, $1, $3 ) ); }
    668668        ;
    669669
Note: See TracChangeset for help on using the changeset viewer.