Skip to content

Support for comments.

Comments would a nice addition, adding support for C style comments should be easy enough:

#1    1+1 // Comment         = 2
#2    1 + /* Comment */ 1    = 2