Support for file input and output, including multiple input files with proper position tracking.

This commit is contained in:
Chris Fallin
2021-09-04 14:04:19 -07:00
parent e9a57d854d
commit 638c9edd01
8 changed files with 255 additions and 90 deletions

View File

@@ -9,3 +9,4 @@ license = "Apache-2.0 WITH LLVM-exception"
log = "0.4"
env_logger = "0.8"
thiserror = "1.0"
clap = "2.33"