FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Implement ranges #68

Open boxbeam opened 1 year ago

boxbeam commented 1 year ago

Ranges should look like 1..2 or 1..=2 or 1..* or *..10 or *..*.

Will require updating the BNF and the interpreter, and adding a fender type