mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-05-13 03:00:26 -04:00
allow for inline pil
This commit is contained in:
@@ -195,7 +195,7 @@ InstructionParam: InstructionParam = {
|
||||
}
|
||||
|
||||
InlinePil: ASMStatement = {
|
||||
<@L> "pil{" <(<Statement> ";")*> "}" => ASMStatement::InlinePil(<>)
|
||||
<@L> "pil" "{" <(<Statement> ";")*> "}" => ASMStatement::InlinePil(<>)
|
||||
}
|
||||
|
||||
Assignment: ASMStatement = {
|
||||
|
||||
Reference in New Issue
Block a user