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

Package file #118

Open kyleect opened 6 months ago

kyleect commented 6 months ago

Questions

kyleect commented 6 months ago
// ./locks-package.json
{
  "name": "example_lib",
  "publish": false,
  "version": "1.0.0"
}