Closed tcr closed 7 years ago
main needs to be modified to take command line arguments so this can be tested from the command line as well.
main
corrode-but-in-rust test/file.hs corrode-but-in-rust --dir language/C corrode-but-in-rust --run-script test/helloworld.hs
--dir should have support for adding (and renaming the paths of) files you want to inject, mainly Lexer.hs and Parser.hs.
--dir
Lexer.hs
Parser.hs
This mostly is done.
main
needs to be modified to take command line arguments so this can be tested from the command line as well.--dir
should have support for adding (and renaming the paths of) files you want to inject, mainlyLexer.hs
andParser.hs
.