This commit is contained in:
gluaxspeed 2021-10-26 09:09:47 -07:00
parent 338277566d
commit 870dfe8a9d

View File

@ -49,7 +49,7 @@ postfix-expression = primary-expression
; Also need to add a new static member variable declaration rule to allow for static constant members.
member-constant-declaration = %s"static" %s"const" identifier ":" type = literal ";"
; We then need to modify the circuit declartion rule.
; We then need to modify the circuit declaration rule.
circuit-declaration = %s"circuit" identifier
"{" *member-constant-declaration
[ member-variable-declarations ]