You need to sign in or sign up before continuing.
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
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