parser-c icon indicating copy to clipboard operation
parser-c copied to clipboard

src/analysis isn't actually imported

Open tcr opened this issue 8 years ago • 1 comments

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.

tcr avatar Jul 08 '17 02:07 tcr

I'm trying to get trav_monad and its dependencies to compile.

birkenfeld avatar Jul 08 '17 08:07 birkenfeld