rainlanguage / dotrain

.rain to rainlang composer and rain language server protocol services
3 stars 4 forks source link

can't bind string literals #80

Closed thedavidmeister closed 7 months ago

thedavidmeister commented 8 months ago

#foo "foo" errors in dotrain

Error: [Problem { msg: "invalid reference to binding: foo, only constant bindings can be referenced", position: [273, 276], code: InvalidReference }]

Note that you do have to reference the binding somewhere in the compliation tree for this error to show

rouzwelt commented 7 months ago

fixed in #82