sam701 / syconf

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

Missing location in error #23

Closed sam701 closed 3 years ago

sam701 commented 3 years ago

This code fails without location in the error message

let name = "abc"
in
"Name: " + name