This is a regression in functionality and performance, but a much better foundation for the future of the project (I think). It can run basic apps under an SSA interpreter but doesn't support some of the features required to do real 360 apps yet.
14 lines
251 B
Python
14 lines
251 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
'ivm_intcode.cc',
|
|
'ivm_intcode.h',
|
|
'ivm_assembler.cc',
|
|
'ivm_assembler.h',
|
|
'ivm_backend.cc',
|
|
'ivm_backend.h',
|
|
'ivm_function.cc',
|
|
'ivm_function.h',
|
|
],
|
|
}
|