2016rshah/pi

Comments

jiamingc opened this issue · 5 comments

Lets the parser ignore some section of the input.
Currently, only single line comments are implemented. Multi-line comments may or may not be added later.
Syntax:
# <text> \n

Wait why'd you reopen this lol

might do multiline later

Multiline comments added with syntax #~ <text> ~#

@jiamingc Gj! Why didn't you go with the usual /* */ though?

"I was assuming that if anyone wanted to implement division, they would use /, and the parsing code currently does not store more than 1 temporary character." - jiamingc