2013-12-07 06:57:16 +00:00
|
|
|
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
|
|
{
|
|
|
|
'sources': [
|
2014-05-27 03:28:21 +00:00
|
|
|
'block.cc',
|
2013-12-07 06:57:16 +00:00
|
|
|
'block.h',
|
2013-12-29 22:28:46 +00:00
|
|
|
'hir_builder.cc',
|
|
|
|
'hir_builder.h',
|
2013-12-07 06:57:16 +00:00
|
|
|
'instr.cc',
|
|
|
|
'instr.h',
|
|
|
|
'label.h',
|
2013-12-07 12:39:48 +00:00
|
|
|
'opcodes.cc',
|
2013-12-07 06:57:16 +00:00
|
|
|
'opcodes.h',
|
2013-12-07 12:39:48 +00:00
|
|
|
'opcodes.inl',
|
2013-12-07 06:57:16 +00:00
|
|
|
'value.cc',
|
|
|
|
'value.h',
|
|
|
|
],
|
|
|
|
}
|