mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Implement import keyword (#101)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
3e1ddac2a9
commit
c0fa1c1a42
@@ -100,6 +100,7 @@ impl Engine {
|
||||
self.interpreter
|
||||
.set_functions(gather_functions(&self.modules)?);
|
||||
self.interpreter.gather_rules()?;
|
||||
self.interpreter.process_imports()?;
|
||||
self.prepared = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user