kyleect / locks

A toy language branched from Lox to learn language implementation and tooling. Forked from loxcraft
https://kyleect.github.io/locks/#/docs
MIT License
0 stars 0 forks source link

Add string `format` function #72

Open kyleect opened 7 months ago

kyleect commented 7 months ago

Add native function call format("Hello %s", "World")

Questions