Added actual commenting support.
commit8a9f140578b3ae3ecf22305fd52e806b0dfa6689
authorStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Sun, 31 Jan 2010 00:21:57 +0000 (31 01:21 +0100)
committerStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Sun, 31 Jan 2010 00:21:57 +0000 (31 01:21 +0100)
treed190b3a411d3e61ed79f182a393e7fbe6afbc1f0
parentae4fdf21e8f4df0191622ea197360a2a59a6c7d5
Added actual commenting support.
  - count_tokens() has been updated to account for comments
  - split_input() ignores everything after a '#'
Fixed handle_input(): it did not check to see if split_input() returns
an empty array.
Makefile
ss.c