Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    ra378ca7 r481115f  
    10581058with_statement:
    10591059        WITH '(' tuple_expression_list ')' statement
    1060                 {
    1061                         $$ = new StatementNode( build_with( $3, $5 ) );
    1062                 }
     1060                { throw SemanticError("With clause is currently unimplemented."); $$ = nullptr; } // FIX ME
    10631061        ;
    10641062
Note: See TracChangeset for help on using the changeset viewer.