ptal / oak

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

Update to use rust nightly-2017-04-26 #99

Closed jasonl closed 7 years ago

jasonl commented 7 years ago

It's my first time in the internals of Rust, so I may have made a mistake here, but the code compiles and the tests all pass. The only thing I'm really unsure about is whether I'm using the correct constant for the ctxt member of the syntax::codemap::Span struct, but NO_EXPANSION probably seems the safest for now.

jasonl commented 7 years ago

Ah, just saw @ivanbakel's PR. Ah well.

ptal commented 7 years ago

Thank you for the pull request anyway ;-)