Janet implementation of Lox from the book Crafting Interpreters
at main 567 B view raw
1{ 2 "nodes": { 3 "nixpkgs": { 4 "locked": { 5 "lastModified": 1754214453, 6 "narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=", 7 "owner": "nixos", 8 "repo": "nixpkgs", 9 "rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376", 10 "type": "github" 11 }, 12 "original": { 13 "owner": "nixos", 14 "ref": "nixos-unstable", 15 "repo": "nixpkgs", 16 "type": "github" 17 } 18 }, 19 "root": { 20 "inputs": { 21 "nixpkgs": "nixpkgs" 22 } 23 } 24 }, 25 "root": "root", 26 "version": 7 27}