emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/parser-generator 01fc56f 127/434: Updated list of gramm


From: ELPA Syncer
Subject: [elpa] externals/parser-generator 01fc56f 127/434: Updated list of grammars
Date: Mon, 29 Nov 2021 15:59:24 -0500 (EST)

branch: externals/parser-generator
commit 01fc56f5d98231afe539fd3529eb3c410b20d51a
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Updated list of grammars
---
 README.md | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index c77777c..8c9c4dd 100644
--- a/README.md
+++ b/README.md
@@ -16,23 +16,23 @@ We use a regular-language based lexical analyzer that can 
be implemented by a fi
 We use push down transducer (PDT) based algorithms:
 
 ### With Backtracking
-#### The Bottom-Up Parsing Algorithm
-#### The Top-Down Parsing Algorithm
-#### The Cocke-Younger-Kasami Algorithm
-#### The Parsing Method of Earley
+* The Bottom-Up Parsing Algorithm WIP
+* The Top-Down Parsing Algorithm WIP
+* The Cocke-Younger-Kasami Algorithm WIP
+* The Parsing Method of Earley WIP
+
 ### Without Backtracking
-#### LL(k)
-#### Deterministic Shift-Reduce Parsing
-#### LR(k)
-#### [Deterministic Right Parser for LR(k) Grammars](docs/Deterministic Right 
Parser for LRk Grammars.md)
-#### Formal Shift-Reduce Parsing Algorithms
-#### Simple Precedence Grammars
-#### Extended Precedence Grammars
-#### Weak Precedence Grammars
-#### Bounded-Right-Context Grammars
-#### Mixed Strategy Precedence Grammars
-#### Operator Precedence Grammars
-#### Floyd-Evans Production Language
+* LL(k) WIP
+* Deterministic Shift-Reduce Parsing WIP
+* [LR(k)](docs/Deterministic Right Parser for LRk Grammars.md)
+* Formal Shift-Reduce Parsing Algorithms WIP
+* Simple Precedence Grammars WIP
+* Extended Precedence Grammars WIP
+*Weak Precedence Grammars WIP
+* Bounded-Right-Context Grammars WIP
+* Mixed Strategy Precedence Grammars WIP
+* Operator Precedence Grammars WIP
+* Floyd-Evans Production Language WIP
 
 ## Grammar
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]