Merge pull request #9511 from ethereum/ast-hex-string

[BREAKING] Distinguish between stringLiteral and hexStringLiteral in the JSON AST
This commit is contained in:
chriseth
2020-07-27 12:34:40 +02:00
committed by GitHub
6 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
"isConstant": false,
"isLValue": false,
"isPure": true,
"kind": "string",
"kind": "hexString",
"lValueRequested": false,
"nodeType": "Literal",
"src": "53:7:1",
@@ -130,7 +130,7 @@
"isLValue": false,
"isPure": true,
"lValueRequested": false,
"token": "string",
"token": "hexString",
"type": "literal_string (contains invalid UTF-8 sequence at position 0)"
},
"id": 5,