Skip to content

Commit 75485e4

Browse files
committed
fiddling with the docs
1 parent fd2fc71 commit 75485e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

book-using-jison-beyond-the-basics/3_Diving_Into_JISON.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ TBD
4646
1. [Porting the grammar rules' actions: make the parser work](#dummy)
4747

4848
1. [Driving JISON settings from your grammar or the CLI](#error_handling)
49-
1. [Stuff we might not support yet](#error_handling)
50-
1. [Stuff we are not intent on supporting](#error_handling)
49+
1. [Stuff we might not yet support](#error_handling)
50+
1. [Stuff we have no intent to support](#error_handling)
5151

5252

5353

book-using-jison-beyond-the-basics/4_The_Real_Meat_Advanced_Topics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TBD
1414

1515
1. [Error handling in the lexer](#error_handling)
1616
1. [Error handling in the parser](#error_handling)
17-
1. [Loving Living dangerously: Messing with the Error Recovery mechanisms](#error_handling)
17+
1. [Loving Living Dangerously: Messing with the Error Recovery mechanisms](#error_handling)
1818

1919
1. [Debugging your work - Episode 2: customizing the parser](#error_handling)
2020

book-using-jison-beyond-the-basics/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Language architects and grammar designers. Grammar coders. Folks curious about J
77

88
> WARNING
99
>
10-
> This is not for novices who are writing their first parser. Though this book includes introduction material if is no substitute for your CS101 Compiler Construction class. Just in case you haven't attended that one, you may want [consult a few referenced books](A_JISON_Specifics_Reference.md#Reference_Materials) while you go through this book.
10+
> This is not for novices who are writing their first parser _ever_. Though this book includes introduction material it is no substitute for your CS101 Compiler Construction class. Just in case you haven't attended that one, you may want to [consult a few referenced books](A_JISON_Specifics_Reference.md#Reference_Materials) while you go through this book.
1111
>
1212
1313

1414
## What will you find in here?
1515

1616
Following a quick introduction on (LR & LALR) grammar design and compilation using YACC/BISON-like tools such as JISON, this book addresses advanced topics in LALR and LR grammar construction available when using JISON.
1717

18-
Related topics in both parsing theory and parsing practice are addressed alongside to ensure this can serve as a refresher book while you work with JISON and consider your options, including the question if using JISON or any LALR/LR-type parser generator at all is a *Smart Choice™* under your given circumstances -- too often books about tools or technologies neglects the alternatives: not so here.
18+
Related topics in both parsing theory and parsing practice are addressed alongside to ensure this can serve as a refresher book while you work with JISON and consider your options, including the question if using JISON or any LALR/LR-type parser generator at all is a *Smart Choice™* under your given circumstances -- too often books about tools or technologies neglect the alternatives: not so here.

0 commit comments

Comments
 (0)