Eliah-Lakhin / lady-deirdre

Compiler front-end foundation technology.
http://lady-deirdre.lakhin.com/
446 stars 13 forks source link

Need some demos #1

Closed cyw3 closed 1 year ago

cyw3 commented 2 years ago

Hi, it sounds like an interesting idea. Can you provide some demos to see how it works?

Thanks!

Eliah-Lakhin commented 2 years 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.

Eliah-Lakhin commented 2 years ago

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.