#pragma once bool expr_evaluate(string s); /* ================== main unused but required by the engine ================== */ void main ();