danilopedraza / komodo

The Komodo programming language code repository
https://komodo-lang.org/
GNU General Public License v3.0
7 stars 0 forks source link

End Of Expression token #39

Closed danilopedraza closed 2 weeks ago

danilopedraza commented 5 months ago

There is not an explicit expression terminator. When I first thought the language, the candidate was the dot .. Right now it does a lot of stuff, and I don't to add another use. I think I will use linebreaks as expression terminators. This will require more coding, but not a lot, and will look nice.

danilopedraza commented 2 weeks ago

This was already done.