#pragma once class Interpreter; // Register the builtin 'math' module void registerMathModule(Interpreter& interpreter);