This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Replies: 1 comment 2 replies
|
Yes, you can use |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I currently have many sub-parser, I want to split my file into blocks and parse block one by one. but I'm hoping to still get span of whole file so I don't need to manully fix the span offset in nexted sub parsers, is there some easy way to do this?
All reactions