Add the runtime file to the project.

This commit is contained in:
Rob Rix 2015-10-29 12:46:51 -04:00
parent 04f3bf0b32
commit d5f6581531

View file

@ -106,6 +106,7 @@
],
'sources': [
'src/runtime/document.c',
'src/runtime/language.c',
'src/runtime/lexer.c',
'src/runtime/node.c',
'src/runtime/stack.c',