tcr / parser-c

Haskell's language-c ported to Rust.
http://docs.rs/parser-c
31 stars 5 forks source link

More fixes and speedups #30

Closed birkenfeld closed 6 years ago

birkenfeld commented 7 years ago

Parsing is now ~ same speed as the Haskell version. Most of the speedup comes from not inserting stuff in Vecs at index 0, and afterwards reversing them :)

Plus, a lot more Rusty code.

birkenfeld commented 7 years ago

Now with fixed test suite.

birkenfeld commented 7 years ago

Ping :) Rebased and fixed up the tests, such as they are.