]> git.localhorst.tv Git - l2e.git/commit
added Compiler to turn an interpretation into an object file
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 13 Sep 2012 20:35:18 +0000 (22:35 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 24 Feb 2013 21:33:56 +0000 (22:33 +0100)
commit587a9fc38235475f1c25424bee3e3aeb892a25e2
treeaf15c1587d232b445c6162a7b309d1b2fbcd5fce
parent7df7c6eca83c2b5c0ee17c55340d8863f9d638f5
added Compiler to turn an interpretation into an object file
src/loader/Compiler.cpp [new file with mode: 0644]
src/loader/Compiler.h [new file with mode: 0644]