File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ h3. Part 2: Syntax analysis
2727* "Chapter 8: Ruby Language Details":spec.html
2828* "Chapter 9: yacc crash course":yacc.html
2929* "Chapter 10: Parser":parser.html
30- * "Chapter 11: Context-dependent scanner":contextual.html
30+ * "Chapter 11: Finite-state scanner":contextual.html
3131* "Chapter 12: Syntax tree construction":syntree.html
3232
3333h3. Part 3: Evaluation
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ navigation = [
5656 { :label => "Chapter 8: Ruby Language Details" , :content => "spec.html" } ,
5757 { :label => "Chapter 9: yacc crash course" , :content => "yacc.html" } ,
5858 { :label => "Chapter 10: Parser" , :content => "parser.html" } ,
59- { :label => "Chapter 11: Context-dependent scanner" , :content => "contextual.html" } ,
59+ { :label => "Chapter 11: Finite-state scanner" , :content => "contextual.html" } ,
6060 { :label => "Chapter 12: Syntax tree construction" , :content => "syntree.html" }
6161 ] } ,
6262 { :label => "Part 3: Evaluation" , :content => "evaluator.html" , :nav => [
You can’t perform that action at this time.
0 commit comments