clear user-level definitions when reloading a file (#455)

This commit is contained in:
Mark Thom
2021-03-16 02:30:09 -06:00
parent 914fb09ed0
commit 51424aed32
8 changed files with 292 additions and 98 deletions

View File

@@ -398,6 +398,9 @@ impl Machine {
REPLCodePtr::AddTermExpansionClause => {
self.add_term_expansion_clause();
}
REPLCodePtr::AddInSituFilenameModule => {
self.add_in_situ_filename_module();
}
REPLCodePtr::ClauseToEvacuable => {
self.clause_to_evacuable();
}