From 8ace61933130416a0b8a6b250de681a606439f48 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 28 Jan 2022 11:17:01 +0800 Subject: CNP save point CRF and process descriptors seem to work now. It only remains to implement the set of pending actions before I can work on the driver program. --- src/bsr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bsr.h') diff --git a/src/bsr.h b/src/bsr.h index b92e20e..6c5e17c 100644 --- a/src/bsr.h +++ b/src/bsr.h @@ -83,7 +83,7 @@ bsr *new_bsr(BOOL * const restrict errorp, Grammar *g); data is stored. */ void destroy_bsr(bsr * const restrict bsrp); -/* the function in the paper */ +/* the function bsrAdd in the paper */ /* X = non-terminal index, a = index of alternate, c = length of prefix */ -- cgit v1.2.3-18-g5258