repo.or.cz
/
frith-skrift.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
I believe to have implemented functions... also got the operator precedence the wrong...
[frith-skrift.git]
/
interpreter
/
interpreter.cpp
blob
3143f5125f5d70336ad85eca6d07200c3aa5bfd7
1
#include <ail/file.hpp>
2
#include <ail/string.hpp>
3
#include <frith/interpreter.hpp>
4
#include <frith/lexer.hpp>
5
6
namespace
frith
7
{
8
interpreter
::
interpreter
():
9
running
(
false
)
10
{
11
}
12
}