This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
caa329066e
solidity
/
test
/
libyul
/
yulSyntaxTests
/
hex_expression.yul
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add tests showing hex literals are not allowed in Yul
2020-08-12 22:58:21 +00:00
{
pop(hex"2233")
}
// ----
Do not emit Solidity-only tokens in the Scanner for Yul And simplfiy AsmParser greatly.
2020-07-10 15:20:04 +00:00
// ParserError 2314: (13-19): Expected ',' but got 'StringLiteral'
Reference in New Issue
Copy Permalink