Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Improve doc #24

Merged
merged 3 commits into from
Sep 5, 2017
Merged

Improve doc #24

merged 3 commits into from
Sep 5, 2017

Conversation

abeaumont
Copy link
Contributor

@abeaumont abeaumont commented Aug 31, 2017

This is an update of #13 with additional fixes.
Fixes #9

@abeaumont abeaumont self-assigned this Aug 31, 2017
@abeaumont abeaumont requested a review from juanjux August 31, 2017 16:18
README.md Outdated
## Implementing the node interface

`libuast` is built to be easily bindable,
and to allow a native data structure for a [Node](https://godoc.org/github.com/bblfsh/sdk/uast#Node) in every language,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[`Node`]

README.md Outdated

#### XPath querying

XPath allows to filter the whole UAST using the [xpath syntax](https://www.w3.org/TR/xpath/). It can be really useful to extract features from the code and thanks to the annoation system implemented by babelfish, it can be done in an universal fashion.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

annotation system

@abeaumont
Copy link
Contributor Author

Fixed

@abeaumont abeaumont merged commit ef12cd5 into bblfsh:master Sep 5, 2017
@abeaumont abeaumont deleted the improve-doc branch September 5, 2017 13:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

README should include information about the node interface
3 participants