aiken/crates
Pi Lanningham 689a41ded4
Implement a basic watch command
This adds the following command
```
aiken watch
```

There are some open questions to answer, though:
- I really like the ergonomics of `aiken watch`; but it also makes sense
  as a flag to `aiken check` or `aiken build` etc.; should we just
  support the flag, the command, or both?
- Right now I duplicated the with_project method, because it forces
  process::exit(1); Should we refactor this, and if so, how?
- Are there other configuration options we want?
2023-11-24 08:37:53 +01:00
..
aiken Implement a basic watch command 2023-11-24 08:37:53 +01:00
aiken-lang fix: add missing type checks for the new bls primitives 2023-11-23 13:00:24 -05:00
aiken-lsp chore: Release 2023-10-25 19:00:03 -04:00
aiken-project test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
flat-rs chore: Release 2023-10-25 19:00:03 -04:00
uplc chore: fill in machine todos and cost model for case and constr 2023-11-17 19:52:03 -05:00