summaryrefslogtreecommitdiff
path: root/colm/pdarun.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r--colm/pdarun.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 59858599..1601602f 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -622,7 +622,9 @@ void breakRunBuf( FsmRun *fsmRun );
void fsmExecute( FsmRun *fsmRun, InputStream *inputStream );
void sendNamedLangEl( Tree **sp, PdaRun *pdaRun, FsmRun *fsmRun, InputStream *inputStream );
void parseLoop( Tree **sp, PdaRun *pdaRun, FsmRun *fsmRun, InputStream *inputStream );
-
+void initBindings( PdaRun *pdaRun );
+void commitKid2( PdaRun *parser, Tree **root, Kid *lel, Code **rcode, long *causeReduce );
+Tree *getParsedRoot( PdaRun *pdaRun, int stop );
#ifdef __cplusplus
}