add support for comments starting with ; and use them
commit6d9680bca7fb6601b562f8eee4a368704b466e5c
authorrofl0r <rofl0r@users.noreply.github.com>
Mon, 3 Jun 2019 17:09:17 +0000 (3 18:09 +0100)
committerrofl0r <rofl0r@users.noreply.github.com>
Mon, 3 Jun 2019 17:09:34 +0000 (3 18:09 +0100)
tree4a0509f3c53852abc54de6d3942c010a6262c52e
parent198fb3b5b483b847fa7dedb4d0d759dfe63e2bb2
add support for comments starting with ; and use them

this should make it possible to use the C preprocessor (which uses
'#' for its own purposes) for macro expansion, includes etc.
Assembler.c
Script.c