I hope to eventually break up saltwater-parser and saltwater-cpp, then add a preprocessor binary (saltwater-swcpp?). #488 should be implemented as a separate saltwater-repl crate too I think. I don't plan to split up the data structures and parsing since they're very tied together.
This splits saltwater into three crates:
saltwater-parser
saltwater-codegen
saltwater
(the mainswcc
binary)I hope to eventually break up
saltwater-parser
andsaltwater-cpp
, then add a preprocessor binary (saltwater-swcpp
?). #488 should be implemented as a separatesaltwater-repl
crate too I think. I don't plan to split up the data structures and parsing since they're very tied together.r? @pythondude325