This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ Babelfish] ( https://doc.bblf.sh ) Python client library provides functionality to both
44connect to the Babelfish bblfshd to parse code
5- (obtaining an [ UAST] ( https://doc.bblf.sh/uast/specification.html ) as a result)
5+ (obtaining an [ UAST] ( https://doc.bblf.sh/uast/uast- specification.html ) as a result)
66and to analyse UASTs with the functionality provided by [ libuast] ( https://github.com/bblfsh/libuast ) .
77
88## Installation
@@ -34,7 +34,7 @@ sudo apt install build-essential
3434
3535## Usage
3636
37- A small example of how to parse a Python file and extract the import declarations from the [ UAST] ( https://doc.bblf.sh/uast/specification.html ) .
37+ A small example of how to parse a Python file and extract the import declarations from the [ UAST] ( https://doc.bblf.sh/uast/uast- specification.html ) .
3838
3939If you don't have a bblfsh server running you can execute it using the following command:
4040
@@ -66,7 +66,7 @@ for node in it:
6666 print (node.internal_type)
6767```
6868
69- Please read the [ Babelfish clients] ( https://doc.bblf.sh/using-babelfish/language- clients.html )
69+ Please read the [ Babelfish clients] ( https://doc.bblf.sh/using-babelfish/clients.html )
7070guide section to learn more about babelfish clients and their query language.
7171
7272## License
You can’t perform that action at this time.
0 commit comments