Commit c722e931 by Zachary Snow

allow time delay values

parent 1e35ba26
......@@ -1030,13 +1030,10 @@ Sense :: { Sense }
DelayValue :: { Expr }
: Number { Number $1 }
| Time { Time $1 }
| Identifier { Ident $1 }
| Identifier "::" Identifier { PSIdent $1 $3 }
| "(" Expr ":" Expr ":" Expr ")" { MinTypMax $2 $4 $6 }
-- TODO: Support these other DelayValues?
-- | real_number
-- | time_literal
-- | 1step
CaseKW :: { CaseKW }
: "case" { CaseN }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment