-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doccursor: simplify API for current docstring behaviour
We want to do better than this later on, but for now we need to simplify the parser so that we focus instead on API alone with docstring as the biggest consumer. In order to do that the easy way, we will start by providing an API that reflects the current docstring API, then pass the cursor to docstring directly simplifying its own API and finally isolating the parser from docstring entirely. The idea is _not_ to mimic Clang's cursor any more! Any similarity in attributes and property names is coincidental from now on. By this point we've also made up the lost performance from the stub commit!
- Loading branch information
1 parent
67adbba
commit 34282b3
Showing
2 changed files
with
118 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters