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

Support shebang in locks files #137

Open kyleect opened 9 months ago

kyleect commented 9 months ago
#!/usr/bin/env locks

The big problem is passing args to shebang isn't supported