Rename base package to pf everywhere, to match tutorial

This commit is contained in:
Jan Van Bruggen 2021-12-12 05:55:46 -07:00
parent b9395e9b75
commit d03a51c75b
34 changed files with 84 additions and 84 deletions

View file

@ -359,7 +359,7 @@ impl fmt::Debug for ModuleId {
}
}
/// base.Task
/// pf.Task
/// 1. build mapping from short name to package
/// 2. when adding new modules from package we need to register them in some other map (this module id goes with short name) (shortname, module-name) -> moduleId
/// 3. pass this around to other modules getting headers parsed. when parsing interfaces we need to use this map to reference shortnames