support easy testing of corpus

This commit is contained in:
Yehowshua Immanuel 2024-12-11 13:00:39 -05:00
parent d096c93434
commit 73deb95e04
5 changed files with 32 additions and 0 deletions

View file

@ -45,6 +45,7 @@ The following will allow you to see a pretty printed
AST for the given input `il` file.
```bash
git clone --recursive git@github.com:JoyOfHardware/Haskellator.git
$ nix-shell
$ rtlil-parse
```