HuoLanguage / huo

interpreted language written in C
MIT License
212 stars 21 forks source link

Add support for comments #21

Open incrediblesound opened 8 years ago

incrediblesound commented 8 years ago

Right now you can't add comments to your Huo code so we need to add comment support.

TheLoneWolfling commented 8 years ago

What syntax do you wish?

incrediblesound commented 8 years ago

Hmm, how about the lisp kind? It's pretty simple.

TheLoneWolfling commented 8 years ago

Lisp kind... as in a semicolon means a comment until end of line? Should be pretty simple to add. I'd do it right in the tokenizer.