Fix paje parser warnings on paje comments
This fixes issue #42 (closed)
Now, character '#' is taken into account when parsing, during token creation. When '#' is seen, the following letters are replaced by '\0' characters until the end of line ('\n) or end of text ('\0') This is based on what is done to process tabs and spaces.