mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!
MIT License
553 stars 53 forks source link

Use PPX_Expect Tests for lexer and parser #11

Closed mukul-rathi closed 4 years ago

mukul-rathi commented 4 years ago

Blog posts: https://blog.janestreet.com/ironing-out-your-development-style/ https://blog.janestreet.com/testing-with-expectations/

Repo: https://github.com/janestreet/ppx_expect

mukul-rathi commented 4 years ago

Decided against using PPX expect tests suite (since didn't want to write inline tests).]

Will achieve same output with a bash script instead.