Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Update for changes to Leo logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler committed Jun 16, 2013
1 parent a1ca6ac commit a970584
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions recce.ltx
Expand Up @@ -790,12 +790,15 @@ where $\mymathop{Predict}(\Vdr{d})$
is the set of dotted rules
\begin{equation*}
\left\{
\Bigl[ \Vsym{L} \de \mydot \Vstr{rh} \Bigr] \middle|
\begin{array}{l}
[ \Vsym{L} \de \Vstr{rh} ] \in \Crules \\
\land \; \Vsym{P} = \Postdot{\Vdr{d}} \\
\land \; ( \exists \: \Vstr{z} \mid \Vsym{P} \destar \Vsym{L} \cat \Vstr{z})
\end{array}
\begin{aligned}
& \Bigl[ \bigl[ \Vsym{L} \de \mydot \Vstr{rh} \bigr],
\Vloc{current}
\Bigr]
\quad \text{such that} \\
& \qquad \bigl[ \Vsym{L} \de \Vstr{rh} \bigr] \in \Crules \\
& \qquad \land \bigl( \exists \, \Vstr{z} \mid
\Postdot{\Vdr{d}} \destar \Vsym{L} \cat \Vstr{z} \bigr)
\end{aligned}
\right\}
\end{equation*}
A prediction operation can add several Earley items
Expand Down

0 comments on commit a970584

Please sign in to comment.