Skip to content

Commit 73fe0cd

Browse files
authoredMar 5, 2019
Update README.md
1 parent d17ff4b commit 73fe0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python-solidity-parser
22
A Solidity parser for Python built on top of a robust ANTLR4 grammar
33

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.
55

66
## Install
77

@@ -49,7 +49,7 @@ output:
4949

5050
### Nodes
5151

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`.
5353

5454

5555

0 commit comments

Comments
 (0)
Failed to load comments.