Closed cyw3 closed 1 year ago
Thank you for your comment! Currently there is only one example of Json parser implementation, and you can find some use examples in the integration tests directory too. Eventually there will be more examples, and proof-of-concept implementations based on this project.
But if you want just to take an idea of what incremental parser is, I also recommend to look at this demo. It is related to my other old incremental compilation system written in Scala, but the idea is the same.
Hi, it sounds like an interesting idea. Can you provide some demos to see how it works?
Thanks!