tinyvm/libtvm
Payton Turnage b208237960 Allow the preprocessor to abort.
If the preprocessor encounters a problem, such as failing to load a source
file or an improperly formatted define, it should be able to abort running
the program.
2014-01-12 21:56:54 -05:00
..
.gitignore Updated .gitignore 2011-09-04 06:04:00 -07:00
tvm.c * Replaced all instances of malloc with calloc 2013-03-07 12:19:03 -07:00
tvm_file.c * Replaced all instances of malloc with calloc 2013-03-07 12:19:03 -07:00
tvm_htab.c Simplify a structure copy 2013-08-12 18:43:17 -04:00
tvm_lexer.c Free the defines memory earlier. 2014-01-12 21:49:17 -05:00
tvm_memory.c Made naming conventions more consistent. 2013-01-23 11:15:07 -07:00
tvm_parser.c Added preprocessor 2013-02-08 13:51:01 -07:00
tvm_preprocessor.c Allow the preprocessor to abort. 2014-01-12 21:56:54 -05:00
tvm_program.c Allow the preprocessor to abort. 2014-01-12 21:56:54 -05:00
tvm_tree.c Fix naming conflict. 2014-01-12 21:04:56 -05:00