danilopedraza / komodo

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

MORE PATTERN MATCHING #50

Closed danilopedraza closed 3 months ago

danilopedraza commented 4 months ago

I need to improve the matcher. Currently thinking of:

danilopedraza commented 3 months ago

Before I add more patterns, I will need to do some changes. I need to save the information on what has patterns and what is pure. That will allow me to match expressions faster and do less checks in the matcher.