Michael2109 / cobalt

The Cobalt programming language
GNU Lesser General Public License v3.0
37 stars 10 forks source link

Ignore comments #545

Open Michael2109 opened 6 years ago

Michael2109 commented 6 years ago

Inline and block comments should be parsed.

/*
comment
*/
# Comment
Michael2109 commented 6 years ago

Inline comments are ignored.