ptal / oak

A typed parser generator embedded in Rust code for Parsing Expression Grammars
Apache License 2.0
142 stars 14 forks source link

Use the Rust test framework #68

Closed ptal closed 8 years ago

ptal commented 9 years ago

For the moment we use a custom test engine but we should investigate the use of the Rust built-in test framework. However I am not sure that it is suited for our needs.

ptal commented 8 years ago

Need to wait more support for testing syntax extension, close this for now but we will closely follow the evolution of Rust internal API.