corollary icon indicating copy to clipboard operation
corollary copied to clipboard

Modules

Open tcr opened this issue 8 years ago • 0 comments

Not to get ahead of myself, but I think this is how the code eventually will go:

  • parser-haskell, breaking out the LALRPOP code and AST parsing into a subcrate (that can hopefully be useful as a basis for a real parser)
  • corroder, the haskell conversion into rust bits. Also could be its own subcrate but much more dubious if the code useful outside this project
  • parser-c, a port of Haskell's language-c into Rust, mostly done with corroder and the rest with manual tweaks
  • corrode-but-in-rust (or some other name) which is the same for corrode

If corroder were broken out, "Haskell compiler to Rust", probably have to give it a cute name, I was thinking "corollary" 🌝

tcr avatar May 15 '17 05:05 tcr