tinyvm/include/tvm
Payton Turnage 23e72a8ca7 Implement preprocessor defines.
This commit adds behavior to the preprocessor which fills a tree with
defines and their replacements. In future commits, the parser will
substitute instances of the defines with their replacements in the
source code.
2014-01-12 21:11:31 -05:00
..
tvm.h *Split parsing functions into their own source files 2013-02-07 10:54:22 -07:00
tvm_file.h Made pointer syntax consistent 2013-01-23 11:06:19 -07:00
tvm_htab.h Made hash table naming conventions more consistent 2013-01-24 10:42:40 -07:00
tvm_lexer.h Made pointer syntax consistent 2013-01-23 11:06:19 -07:00
tvm_memory.h Made naming conventions more consistent. 2013-01-23 11:15:07 -07:00
tvm_parser.h *Split parsing functions into their own source files 2013-02-07 10:54:22 -07:00
tvm_preprocessor.h Implement preprocessor defines. 2014-01-12 21:11:31 -05:00
tvm_program.h Implement preprocessor defines. 2014-01-12 21:11:31 -05:00
tvm_stack.h Made naming conventions more consistent. 2013-01-23 11:15:07 -07:00
tvm_tree.h Fix naming conflict. 2014-01-12 21:04:56 -05:00