tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

Create type for Reading from Source to AST #171

Closed tgockel closed 2 years ago

tgockel commented 2 years ago

As part of #150, there needs to be a type for reading from an ast_index called reader. This will allow extractors to not have to deal with ast_indexes directly.