parser-c
parser-c copied to clipboard
src/analysis isn't actually imported
src/analysis has a trivial Haskell to Rust conversion but isn't actually included yet, because Corrode doesn't need it to work. There's some questions to figure out about monads (we can look here to parser_monad.rs for one solution).
Next steps: Include mod analysis into src/lib.rs, and start fixing up the code until it compiles. Then we'll need the proper test bench from language-c to test its functionality.
I'm trying to get trav_monad and its dependencies to compile.