aboutsummaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-16 01:08:45 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-16 01:17:20 +0300
commite559f3f36c99988ee80ac4ec01f80ea6578beebe (patch)
treee9cd0ab93dc2901fce901a062c7c1ee7442979e5 /am
parenta0826b4c7cd66c4862d9b61bb7e14d73fcba28f6 (diff)
downloadgrecs-e559f3f36c99988ee80ac4ec01f80ea6578beebe.tar.gz
grecs-e559f3f36c99988ee80ac4ec01f80ea6578beebe.tar.bz2
Implement BIND config parser.
* am/grecs.m4: New option: parser-bind. * src/.gitignore: Update. * src/Make.am [GRECS_COND_BIND_PARSER]: Set GRECS_PARSER_BIND and GRECS_EXTRA_BIND. (GRECS_SRC): Include GRECS_PARSER_BIND. (EXTRA_DIST): Include GRECS_EXTRA_BIND. * src/bind-gram.y: New file. * src/bind-lex.l: New file. * src/format.c (grecs_txtacc_format_value): New function. * src/grecs.h (grecs_bind_parser): New proto. * src/parser.c: Set grecs_current_locus. * src/tree.c (grecs_node_bind): Return immediately if node==NULL. * src/yytrans: Update.
Diffstat (limited to 'am')
-rw-r--r--am/grecs.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/am/grecs.m4 b/am/grecs.m4
index 8f4868b..9685bca 100644
--- a/am/grecs.m4
+++ b/am/grecs.m4
@@ -152,7 +152,10 @@ AC_DEFUN([GRECS_SETUP],[
_GRECS_OPTION_SWITCH([parser-meta1],[true],
[all-parsers],[true],
[false]))
-
+ AM_CONDITIONAL([GRECS_COND_BIND_PARSER],
+ _GRECS_OPTION_SWITCH([parser-bind],[true],
+ [all-parsers],[true],
+ [false]))
AC_SUBST([GRECS_SRCDIR],$1)
AC_SUBST([GRECS_BUILD_AUX])
AC_SUBST([GRECS_INCLUDES])

Return to:

Send suggestions and report system problems to the System administrator.