Skip to content

Commit 47d32d9

Browse files
Fix intrinsic grammar to match CIRCT implementation (#248)
1 parent ec979bc commit 47d32d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4454,8 +4454,8 @@ property_expr_primop = property_primop_2expr | property_primop_varexpr;
44544454
expr_primop = primop_2expr | primop_1expr | primop_1expr1int | primop_1expr2int ;
44554455
44564456
expr_intrinsic = "intrinsic", "(" , id ,
4457-
[ "<" "parameter" , id , "=" , ( int | string_dq ) ,
4458-
{ "," , "parameter" , id , "=" , ( int | string_dq ) } , ">" ] ,
4457+
[ "<" , id , "=" , ( int | string_dq ) ,
4458+
{ "," , id , "=" , ( int | string_dq ) } , ">" ] ,
44594459
[ ":" , type ] ,
44604460
{ "," , expr } , ")"
44614461

0 commit comments

Comments
 (0)