Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make getTokensForParser return non-const
since data is allocated with an appender that is not cleared, GC owns the memory and may be modified by the user if they wish to. Can still be used in all places where const was used before.
- Loading branch information