You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lab 5/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@
15
15
- Final line expression to evaluate
16
16
17
17
# Tools
18
-
- Use [LR1 machine](http://jsmachines.sourceforge.net/machines/lr1.html) to create and verify programs.
19
-
- Tool's indexing starts from 0 and my program's from 1. so if tools has reduce instruction `r3` my program's input will be `r4`. shift instructions are as it is.
18
+
- Use [LR1 machine](http://jsmachines.sourceforge.net/machines/lr1.html) to create tables and verify programs.
19
+
- Tool's indexing starts from 0 and my program's from 1. so if tools has reduce instruction `r3` my program's input will be `r4`. shift instructions are as it is.
0 commit comments