mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove subassembly
This commit is contained in:
parent
be470f107e
commit
b2f2b36b7c
@ -75,8 +75,7 @@ Grammar::
|
||||
Expression |
|
||||
Switch |
|
||||
ForLoop |
|
||||
BreakContinue |
|
||||
SubAssembly
|
||||
BreakContinue
|
||||
FunctionDefinition =
|
||||
'function' Identifier '(' TypedIdentifierList? ')'
|
||||
( '->' TypedIdentifierList )? Block
|
||||
@ -94,8 +93,6 @@ Grammar::
|
||||
'for' Block Expression Block Block
|
||||
BreakContinue =
|
||||
'break' | 'continue'
|
||||
SubAssembly =
|
||||
'assembly' Identifier Block
|
||||
FunctionCall =
|
||||
Identifier '(' ( Expression ( ',' Expression )* )? ')'
|
||||
Identifier = [a-zA-Z_$] [a-zA-Z_0-9]*
|
||||
|
Loading…
Reference in New Issue
Block a user