Skip to content

Commit 67e8fc7

Browse files
authored
LR parser table
1 parent d07ba0b commit 67e8fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lab 5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
- Final line expression to evaluate
1616

1717
# 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

Comments
 (0)