Commit Graph

13 Commits

Author SHA1 Message Date
Jacob 0fc77a6828 Moved print_usage and parse_int_arg below main. 2016-04-27 12:03:51 -04:00
Jacob 490d8cafde Restored old method of checking for presence of arguments. 2016-04-27 12:00:34 -04:00
Jacob dc67c24899 New and improved argument parsing with getopt.
Added checking that all arguments were provided.
Switched many variables to use size_t, and int8_t where appropriate.
Moved opening braces on to previous lines, except function braces.
Renamed set_bits to more-accurate index_bits.
2016-04-27 12:00:34 -04:00
Adam Goldsmith 0a660b8939 Convert spaces to tabs 2016-04-26 10:44:50 -04:00
Adam Goldsmith 03d08c71af Move verbose to global VERBOSE 2016-04-26 10:31:37 -04:00
Adam Goldsmith 0b947b701f Improve int argument parsing 2016-04-26 10:22:34 -04:00
Adam Goldsmith 70b79a8b56 Add .gitignore 2016-04-26 10:22:15 -04:00
Jacob 0a3f87840d Added usage string. 2016-04-26 10:03:04 -04:00
Adam Goldsmith 210eeb05dd Correct python version in driver.py 2016-04-25 23:59:12 -04:00
Adam Goldsmith 2a8124df09 Added basic argument parsing 2016-04-25 17:07:24 -04:00
Adam Goldsmith 568fa2a6f8 More trailing whitespace 2016-04-24 20:32:36 -04:00
Adam Goldsmith 483fa8458d delete trailing newlines 2016-04-24 20:12:20 -04:00
Adam Goldsmith b4e31f122a Initial Commit 2016-04-24 20:07:46 -04:00