Implemented the one-liner operators ` ( )
[fridhskrift.git] / fridh / interpreter.hpp
blob59f1a06eafe82f697cddf7d4e2585ae9f27a88c5
1 #pragma once
3 #include <string>
4 #include <vector>
6 namespace fridh
9 class interpreter
11 public:
12 interpreter();
14 private:
15 bool running;