Implement instruction class
This commit is contained in:
parent
02afb71c84
commit
fc035bd7a7
8 changed files with 92 additions and 52 deletions
|
@ -4,7 +4,7 @@ project(biscuit_interpreter)
|
|||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
add_executable(biscuit_interpreter)
|
||||
add_executable(biscuit_interpreter src/common.hpp)
|
||||
|
||||
target_sources( biscuit_interpreter PRIVATE
|
||||
src/main.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue