I believe to have implemented functions... also got the operator precedence the wrong...
[frith-skrift.git] / interpreter / interpreter.cpp
blob3143f5125f5d70336ad85eca6d07200c3aa5bfd7
1 #include <ail/file.hpp>
2 #include <ail/string.hpp>
3 #include <frith/interpreter.hpp>
4 #include <frith/lexer.hpp>
6 namespace frith
8 interpreter::interpreter():
9 running(false)