Joseph Kogut
b6ffbd9a4e
tvm_step: use double pointer to args array
2017-02-12 11:38:01 -08:00
Joseph Kogut
ca87b3c5e9
Refactor with a consistent coding style
...
This commit refactors the project using a single, consistent coding
style, derived from the Linux Kernel Coding Style, available here:
https://www.kernel.org/doc/Documentation/CodingStyle
This includes, but is not limited to:
* Removal of typedefs, especially for structs
* Limiting lines to a reasonable length, 80 characters, mostly
* K&R style braces
* Removal of CamelCase
2016-08-28 20:31:12 -07:00
Joseph Kogut
2c66bad7ab
Changed default CC to Clang
...
Modified source to allow for compiling with both GCC and Clang
2014-06-08 16:49:26 -07:00
Joseph Kogut
eac3bc4291
*Split parsing functions into their own source files
...
*Removed unused Makefile variables
2013-02-07 10:54:22 -07:00
Joseph Kogut
d270cc5706
Made pointer syntax consistent
2013-01-23 11:06:19 -07:00
Joseph Kogut
caf4767696
Inlined tvm_step() and htab_hash().
2013-01-23 10:41:17 -07:00
Joseph Kogut
86c01acd8c
Switched to C99 standard
2013-01-20 14:14:35 -07:00
Joseph Kogut
72193566b9
Moved program interpretation to explicitly called function
2011-09-25 05:47:31 -07:00
Joseph Kogut
75edb60116
* Fixed a style issue
...
* Inlined tvm_step()
2011-09-04 18:45:56 -07:00
Patrick Jackson
68d066bd53
Removed the redundancy introduced by tdb_step.
2011-09-04 17:06:08 -04:00
Joseph Kogut
15019d041f
* Moved TVM code to an independent library
...
* Moved interpreter code to tvmi.c
2011-08-26 15:30:24 -07:00