Use app path in output

This commit is contained in:
Richard Feldman 2020-11-18 00:28:47 -05:00
parent a78434fd48
commit eb6a7b51ff
3 changed files with 74 additions and 22 deletions

View file

@ -59,6 +59,7 @@ impl TagName {
impl ModuleName {
// NOTE: After adding one of these, go to `impl ModuleId` and
// add a corresponding ModuleId to there!
pub const APP: &'static str = ""; // app modules have no module name
pub const BOOL: &'static str = "Bool";
pub const STR: &'static str = "Str";
pub const NUM: &'static str = "Num";