Skip to content
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

Closed
25 tasks done
ianlewis opened this issue Apr 3, 2022 · 1 comment · Fixed by #358
Closed
25 tasks done

Language support for parsing #1

ianlewis opened this issue Apr 3, 2022 · 1 comment · Fixed by #358
Labels
enhancement New feature or request
Milestone

Comments

@ianlewis
Copy link
Owner

ianlewis commented Apr 3, 2022

See: https://www.tiobe.com/tiobe-index/

@ianlewis
Copy link
Owner Author

ianlewis commented Apr 3, 2022

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.

@ianlewis ianlewis added this to the v1.0.0 milestone May 15, 2023
@ianlewis ianlewis added the enhancement New feature or request label May 15, 2023
ianlewis pushed a commit that referenced this issue Jun 30, 2023
Updates #1

---------

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Jul 21, 2023
Updates #1

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Jul 21, 2023
Updates #1

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Aug 24, 2023
Updates #1

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Aug 24, 2023
Updates #1

---------

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Aug 24, 2023
Updates #1

---------

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Aug 25, 2023
Updates #1

---------

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Aug 25, 2023
Updates #1

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Aug 25, 2023
Updates #1

Signed-off-by: Ian Lewis <ianlewis@google.com>
ianlewis pushed a commit that referenced this issue Aug 25, 2023
Fixes #1

Signed-off-by: Ian Lewis <ianlewis@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant