Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
11 lines (5 loc) * 766 Bytes

roadmap.md

File metadata and controls

11 lines (5 loc) * 766 Bytes
  • Provide a uniform and consistent API between the implemented parser

  • Refactor the data structure (in particular BaseParser class)

  • Find a way to automatically add the queries in the yml file into the implemented parser class without defining it explicitly: it can be interesting, the user just have to add request in queries file and they are availables in the parser class. If users need post-processing of the request, they can just extend with a new method their parser class that process the query output.

  • Make the output of the request more structured (maybe use class)

  • For few languages maybe the analysis of only one file is not sufficient (for example in C++ we may need to parse the header file and code file the retrieve all the information)