zom-lang / zom

Zom is a Ahead Of Time compiled system programming language.
Other
4 stars 2 forks source link

Add support for comments #14

Closed Larsouille25 closed 10 months ago

Larsouille25 commented 1 year ago

It's the tracking issue of the RFC-0007

Todo

Larsouille25 commented 1 year ago

Comments are now supported.

Larsouille25 commented 1 year ago

I'm not happy with comments, now, for simplicity, comments starts with # (for simplicity) and end with \n.

Larsouille25 commented 1 year ago

It's done! 636eecb1a937ebf3f6ae614c7f0459a35240c460

Larsouille25 commented 1 year ago

Add single line comments with #.

Larsouille25 commented 1 year ago

Done !

Larsouille25 commented 1 year ago

Finally, reopen the issue to have slashes comment, it will be definitive.

Larsouille25 commented 10 months ago

It's done multi line comments will not be added it's useless, and single line comments are implemented.