aboutsummaryrefslogtreecommitdiff
path: root/src/yytrans
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-12-18 17:33:16 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-18 18:27:03 +0200
commit9c0d1b58fd370bed9442ad8859d9c6e1f02cc643 (patch)
tree993dfff1d8236d6f1b81cd0de1325452b4ae84e6 /src/yytrans
parentd51a70af75b14720a1756d90ec53132596aa3ebf (diff)
downloadgrecs-9c0d1b58fd370bed9442ad8859d9c6e1f02cc643.tar.gz
grecs-9c0d1b58fd370bed9442ad8859d9c6e1f02cc643.tar.bz2
Add basic JSON support functions.
* src/Make-inst.am: Add json.h * src/Make-shared.am: Likewise. * src/Make-static.am: Likewise. * src/Make.am: Likewise. * src/json-gram.y: New file. * src/json-lex.l: New file. * src/json.h: New file. * src/yytrans: Translate json prefixes. * src/.gitignore: Update. * tests/json.c: New file. * tests/json00.at: New file. * tests/json01.at: New file. * tests/Makefile.am: Add new tests; build json * tests/testsuite.at: Add new tests. * tests/.gitignore: Update. * am/grecs.m4: New flag "json" * configure.ac (GRECS_SETUP): Require json * src/Make-inst.am (include_HEADERS): Assign GRECS_HDR value. * src/Make-shared.a [GRECS_COND_INSTALLHEADERS] (grecsinclude_HEADERS) [!GRECS_COND_INSTALLHEADERS] (noinst_HEADERS): Likewise. * src/Make-static.am (noinst_HEADERS): Likewise. * src/Make.am [GRECS_COND_JSON]: Define GRECS_JSON and GRECS_EXTRA_JSON.
Diffstat (limited to 'src/yytrans')
-rw-r--r--src/yytrans1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yytrans b/src/yytrans
index 9e3c0df..f8f893d 100644
--- a/src/yytrans
+++ b/src/yytrans
@@ -19,3 +19,4 @@
grecs grecs_grecs_
meta1 grecs_meta1_
bind grecs_bind_
+json grecs_json_ \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.