katsaii / catspeak-lang

A cross-platform modding language for GameMaker games.
https://www.katsaii.com/catspeak-lang/
MIT License
81 stars 4 forks source link

Support an unlimited number of `-`s in comments #96

Open katsaii opened 9 months ago

katsaii commented 9 months ago

What is your feature request?

Make comment tokens have an arbitrary number of preceding - characters. Right now --- becomes an operator instead of a comment.

Please describe in detail how you expect this new feature to behave.

The following lines of code should all be comments:

-- comment
--- comment
---- comment
--! comment
--> comment
--| comment
--// comment
katsaii commented 8 months ago

Related to #95