fix typo in README.md

This commit is contained in:
Tan, Kian-ting 2025-09-02 22:45:00 +08:00
parent 6d60cf59c9
commit 8ebd708b11

View file

@ -12,7 +12,7 @@ the output assembly code is `./a.c` in AT&T assembly langauge.
to make it executable, please use `gcc`: `gcc ./a.c -o output.out` to make it executable, please use `gcc`: `gcc ./a.c -o output.out`
the example `.tc` file is in `./test` the example `.tc` files is in `./test`
## Known issues ## Known issues
- all connected variable are pathized (I don't understand the tricky method to elimitated the path number) - all connected variable are pathized (I don't understand the tricky method to elimitated the path number)