version = "0.1.0" author = "ego" description = "Alpha-equivalence analyser for untyped lambda calculus with explicit substitutions" license = "MIT" srcDir = "src" bin = @["ego"] binDir = "." requires "nim >= 2.0.0" task test, "Run the test suite": exec "nim c -r --hints:off -d:release --path:src tests/test_ego.nim"