phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Newton/Noisy `State` cleanup #289

Open Z-Gu opened 6 years ago

Z-Gu commented 6 years ago
phillipstanleymarbell commented 6 years ago

Will be (partly) addressed in branch for #341.

phillipstanleymarbell commented 6 years ago

outputFilePath will be used when we take a --output flag, to specify the output file (e.g., binary). All the backends (e.g., SMT, dot, dimensional matrix, etc) should be using this.

phillipstanleymarbell commented 6 years ago

progtypeOfFile renamed to moduleOfFile as part of an earlier cleanup (#318 ?).