sam701 / syconf

A simple configuration language that keeps your config files lean
Apache License 2.0
4 stars 1 forks source link

Create string method split #2

Closed sam701 closed 4 years ago

sam701 commented 4 years ago

Create a string method split, so that the following expression compiles to true

"aa,bb,cc".split(",") == ["aa", "bb", "cc"]

Have a look at syconf-lib/src/compiler/methods/string.rs