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

Implemented list #15

Closed WilliamRagstad closed 2 years ago

WilliamRagstad commented 2 years ago

Added list expressions, prefix operators with further unary operator implementation possibilities. Also added support for list concatenation using the already existing Add + binary operator.

WilliamRagstad commented 2 years ago

The IDE I'm using seem to have formatted the files differently, hence only a small portion of the changes are relevant.