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

Get the line and column numbers of parsed elements #55

Open
PrajwalM2212 opened this issue Jul 20, 2019 · 0 comments
Open

Get the line and column numbers of parsed elements #55

PrajwalM2212 opened this issue Jul 20, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@PrajwalM2212
Copy link

It would be helpful if we could get the line numbers of every parsed toml element.
We could probably add it as a new parameter to the Item class.
The line and column numbers could be stored during parsing. The method used to get line numbers for reporting parsing error can be used to get the line numbers.

@frostming frostming added the enhancement New feature or request label Dec 20, 2021
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

No branches or pull requests

2 participants