-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language support for parsing #1
Comments
Many of these can probably be grouped by their comment style.
However some languages have quirks. Ruby has unusual multi-line comments: https://www.tutorialspoint.com/ruby/ruby_comments.htm Python parsing should probably also include python docstrings. Java doc should probably exclude the '*' in front of a TODO(). For example, /*
* This is a function
* TODO(github.com/...)
*/ Maybe a fairly generic parser can be implemented as a fallback until specific language parsing is implemented. |
Updates #1 --------- Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 --------- Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 --------- Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 --------- Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 Signed-off-by: Ian Lewis <ianlewis@google.com>
Updates #1 Signed-off-by: Ian Lewis <ianlewis@google.com>
Fixes #1 Signed-off-by: Ian Lewis <ianlewis@google.com>
See: https://www.tiobe.com/tiobe-index/
The text was updated successfully, but these errors were encountered: