issues
search
earwig
/
bitshift
A semantic search engine for source code
https://bitshift.benkurtovic.com/
MIT License
30
stars
5
forks
source link
Add Python Parser
#3
Closed
benattal
closed
10 years ago
benattal
commented
10 years ago
Parser
Think about common features for the parsers.
Perhaps the parsers inherit from one class.
Perhaps there are parsers for different aspects of the code (like variables).
Could be applied to multiple languages.
Parser