Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS320
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
CS320
Commits
9576c6c5
Verified
Commit
9576c6c5
authored
6 days ago
by
Sankalp Gambhir
Browse files
Options
Downloads
Patches
Plain Diff
Ex 3.5: typo in example rule
parent
f3698c70
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
info/exercises/ex-03-sol.pdf
+0
-0
0 additions, 0 deletions
info/exercises/ex-03-sol.pdf
info/exercises/ex-03.pdf
+0
-0
0 additions, 0 deletions
info/exercises/ex-03.pdf
info/exercises/src/ex-03/ex/table.tex
+1
-1
1 addition, 1 deletion
info/exercises/src/ex-03/ex/table.tex
with
1 addition
and
1 deletion
info/exercises/ex-03-sol.pdf
+
0
−
0
View file @
9576c6c5
No preview for this file type
This diff is collapsed.
Click to expand it.
info/exercises/ex-03.pdf
+
0
−
0
View file @
9576c6c5
No preview for this file type
This diff is collapsed.
Click to expand it.
info/exercises/src/ex-03/ex/table.tex
+
1
−
1
View file @
9576c6c5
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
left-recursive). We can remove the left recursion by introducing a new
left-recursive). We can remove the left recursion by introducing a new
non-terminal,
\(
A'
\)
, such that:
non-terminal,
\(
A'
\)
, such that:
\begin{align*}
\begin{align*}
A
&
::=
A'
\mid
\beta
A'
\\
A
&
::=
\beta
A'
\\
A'
&
::=
\alpha
A'
\mid
\epsilon
A'
&
::=
\alpha
A'
\mid
\epsilon
\end{align*}
\end{align*}
i.e., for the left-recursive rule
\(
A
\alpha
\)
, we instead attempt to parse
i.e., for the left-recursive rule
\(
A
\alpha
\)
, we instead attempt to parse
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment