Skip to content

Commit f7c90c4

Browse files
Update the src1 file location
1 parent 5ed1d0a commit f7c90c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ MiniJava source files can be placed in the `test/` directory. To compile a file
6262
make test
6363
```
6464
This command processes the selected MiniJava source, generating several outputs: the MIPS assembly code is saved as `codegen.s`, the runtime output (as executed by the SPIM simulator) is stored in `codegen.out`, and the Abstract Syntax Tree (AST) along with the symbol table are recorded in `ast_symbol_table.txt`.
65-
For instance, consider a MiniJava program `src1`:
65+
For instance, consider a MiniJava program [`src1`](./test/src1):
6666
```
6767
/* Ex1: Assignment statement */
6868
program ex1;

0 commit comments

Comments
 (0)