Skip to content

Commit af07316

Browse files
committed
Update text book link
1 parent 50e2152 commit af07316

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
@@ -1,5 +1,5 @@
11
### TINY Language Scanner and Parser
2-
A Python PyQt GUI application for scanning and parsring TINY Language code (as defined in [Compiler Construction: Principles and Practice](https://www.amazon.com/Compiler-Construction-Principles-Kenneth-Louden)) and displaying the syntax tree of the given code sample.
2+
A Python PyQt GUI application for scanning and parsring TINY Language code (as defined in [Compiler Construction: Principles and Practice](https://www.amazon.com/Compiler-Construction-Principles-Kenneth-Louden/dp/0534939724) and displaying the syntax tree of the given code sample.
33
![Syntax Tree](/Demo1.png)
44

55
#### Running The Application

0 commit comments

Comments
 (0)