mkhan45 / RustScript2

RustScript is a functional scripting language with as much relation to Rust as Javascript has to Java.
https://mkhan45.github.io/RustScript2/
Other
36 stars 2 forks source link

Check that or patterns have all the same singlepat components #25

Open mkhan45 opened 2 years ago

mkhan45 commented 2 years ago

e.g. (a, b)|b should be invalid since a only appears on one side

mkhan45 commented 2 years ago

should be part of #45