]> Trent Huber's Code - xpmview.git/commit
Update line_is_comment() function
authorTrent Huber <trentmhuber@gmail.com>
Wed, 11 Dec 2024 07:47:03 +0000 (02:47 -0500)
committerTrent Huber <trentmhuber@gmail.com>
Wed, 11 Dec 2024 07:47:03 +0000 (02:47 -0500)
commit2e1a852fe342819747d3c0eedf7e7ad796b2caae
tree856d130a36014730df411590ba6501300bc803e9
parente44e43c785ab719b48dadc90e28626517755455b
Update line_is_comment() function

 - Thanks to [dasbrotchen](https://github.com/trenthuber/simplexpm/pull/1) for bringing up the issues of comments and strings on the same line
 - Improved the method of removing comments from lines; takes into
   account strings
 - Subtle formatting and TODOs
src/parser.c
src/tokenizer.c