mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not emit Solidity-only tokens in the Scanner for Yul
And simplfiy AsmParser greatly.
This commit is contained in:
@@ -6,4 +6,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 1856: (72-81): Literal or identifier expected.
|
||||
// ParserError 6913: (86-87): Call or assignment expected.
|
||||
|
||||
@@ -6,4 +6,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 1856: (67-76): Literal or identifier expected.
|
||||
// ParserError 2314: (70-76): Expected ',' but got 'StringLiteral'
|
||||
|
||||
@@ -8,4 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 1856: (92-99): Literal or identifier expected.
|
||||
// ParserError 4805: (95-99): Literal expected.
|
||||
|
||||
Reference in New Issue
Block a user