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

Multiline docstrings #20

Closed
Owez opened this issue Jan 24, 2021 · 1 comment
Closed

Multiline docstrings #20

Owez opened this issue Jan 24, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Owez
Copy link
Owner

Owez commented Jan 24, 2021

Need to parse & strip multiple lines of --- hi\n--- more\n--- docs\nclass Hi; because right now it's [DocStr, DocStr, DocStr, ...], not [DocStr, ...] in parsing

@Owez Owez added the bug Something isn't working label Jan 24, 2021
@Owez Owez self-assigned this Jan 24, 2021
@Owez
Copy link
Owner Author

Owez commented Jan 27, 2021

This can be implemented in lexer, doing now..

@Owez Owez closed this as completed in 3fcc6b0 Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant