You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# python-solidity-parser
2
2
A Solidity parser for Python built on top of a robust ANTLR4 grammar
3
3
4
-
**ⓘ** This is a **python3** port of the [javascript antlr parser](https://github.com/federicobond/solidity-parser-antlr) maintained by [@federicobond](https://github.com/federicobond/). Interfaces are intentionally following the javascript impelementation and therefore not pep8 compliant.
4
+
**ⓘ** This is a **python3** port of the [javascript antlr parser](https://github.com/federicobond/solidity-parser-antlr) maintained by [@federicobond](https://github.com/federicobond/). Interfaces are intentionally following the javascript implementation and are therefore not pep8 compliant.
5
5
6
6
## Install
7
7
@@ -49,7 +49,7 @@ output:
49
49
50
50
### Nodes
51
51
52
-
parse nodes can be accessed like dictionaries or object attributes. Nodes always carry a `type` field to denote the type of information provided. The first node is of type `sourceUnit`.
52
+
Parse-tree nodes can be accessed both like dictionaries or via object attributes. Nodes always carry a `type` field to hint the type of AST node. The start node is always of type `sourceUnit`.
0 commit comments