mirror of
https://github.com/open-goal/jak-project
synced 2026-07-12 07:38:53 -04:00
Compiler performance improvements and error clean-up (#782)
* compiler cleanup and error improvement * fix test
This commit is contained in:
@@ -65,7 +65,7 @@ void MakeSystem::load_project_file(const std::string& file_path) {
|
||||
// read the file
|
||||
auto data = m_goos.reader.read_from_file({file_path});
|
||||
// interpret it, which will call various handlers.
|
||||
m_goos.eval(data, m_goos.global_environment.as_env());
|
||||
m_goos.eval(data, m_goos.global_environment.as_env_ptr());
|
||||
}
|
||||
|
||||
goos::Object MakeSystem::handle_defstep(const goos::Object& form,
|
||||
|
||||
Reference in New Issue
Block a user