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

Duplicate Function definition #39

Open mkhan45 opened 2 years ago

mkhan45 commented 2 years ago

Right now it'll probably just choose a random definition for each function that's been declared twice

mkhan45 commented 2 years ago

on second thought it might work fine, but we need some tests