Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed May 13, 2024
1 parent 0d9171b commit 3687823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/powdr.lalrpop
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ConstantDefinition: PilStatement<T> = {
}

PolynomialDefinition: PilStatement<T> = {
<loc:@L> PolCol <id:Identifier> "=" <expr:Expression> => PilStatement::PolynomialDefinition(<>)
<@L> PolCol <Identifier> "=" <Expression> => PilStatement::PolynomialDefinition(<>)
}


Expand Down

0 comments on commit 3687823

Please sign in to comment.