Skip to content

Commit

Permalink
Changing libmarpa BOCAGE interface: t+
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Dec 19, 2011
1 parent f6d05f2 commit e0805bc
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 107 deletions.
9 changes: 9 additions & 0 deletions r2/libmarpa/dev/api.texi
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This manual is for libmarpa, version 0.0.0.
* About libmarpa:: About libmarpa
* Grammars:: Grammar objects
* Recognizers:: Recognizer objects
* Bocage:: Bocage objects
* Error handling:: Error handling
@end menu

Expand Down Expand Up @@ -398,6 +399,14 @@ Return value: %NULL if the GLib library is compatible with the
@deftypefun Marpa_Earleme marpa_r_earleme_complete (struct marpa_r* @var{r})
@end deftypefun

@node Bocage
@chapter Bocage objects

@deftypefun Marpa_B marpa_b_new (struct marpa_r* @var{r}, @
Marpa_Rule_ID @var{rule_id}, @
Marpa_Earley_Set_ID @var{ordinal_arg})
@end deftypefun

@node Error handling
@chapter Error handling

Expand Down
Loading

0 comments on commit e0805bc

Please sign in to comment.