charly-lang / charly

🐈 The Charly Programming Language | Written by @KCreate
https://charly-lang.github.io/charly/
MIT License
199 stars 10 forks source link

Javascript syntax for comments #128

Closed KCreate closed 7 years ago

KCreate commented 7 years ago

Switch to javascript style comments

// hello world

/*
  Hello World
  Whats up
  I'm a comment
*/

The following will still work however it may be deprecated in the future without notice.

# I'm still working :o