repo.or.cz
/
fridhskrift.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the FNV include path
[fridhskrift.git]
/
interpreter
/
interpreter.cpp
blob
d7a5e2be40e5e6d2bad280365a5f050950b0decc
1
#include <ail/file.hpp>
2
#include <ail/string.hpp>
3
#include <fridh/interpreter.hpp>
4
#include <fridh/lexer.hpp>
5
6
namespace
fridh
7
{
8
interpreter
::
interpreter
():
9
running
(
false
)
10
{
11
}
12
}