Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dentiny committed Apr 26, 2021
1 parent 324f19b commit cb000a2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,16 @@ sudo apt-get install ml-lex
sudo apt-get install ml-yacc
```

To compile and run in REPL:
The final working compiler is at compiler/reg_alloc. To compile and run in REPL:
```
cd compiler/reg_alloc
CM.make "sources.cm";
Main.compile <your-tiger-file>
```

```shell
cd ece553project/compiler/reg_alloc
```

To run a single test case:

```shell
```
./autotest.sh xxx.tig
```

Expand Down

0 comments on commit cb000a2

Please sign in to comment.