tinyvm/include/tvm
Payton Turnage ae63e45c65 Rename htab functions; rewrite find to be generic.
The htab functions find_str and add_str have been renamed to include _ref in
the places they previously noted _str. These are intended to manage an htab
containing references to any data; string or not.

The htab_find function has been divided up. htab_find_core now handles actually
finding the correct node. htab_find and htab_find_ref are just outward facing
functions for retrieving a specific kind of data from the node, depending on
what the htab is used for.
2014-01-14 19:09:35 -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 Rename htab functions; rewrite find to be generic. 2014-01-14 19:09:35 -05:00
tvm_lexer.h Implement defines using the htab structure. 2014-01-13 10:20:21 -05: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 defines using the htab structure. 2014-01-13 10:20:21 -05:00
tvm_program.h Implement defines using the htab structure. 2014-01-13 10:20:21 -05:00
tvm_stack.h Made naming conventions more consistent. 2013-01-23 11:15:07 -07:00