add (incomplete) flex/bison-based parser to cvs the tokenizer is functional, but...
authorAndy Wingo <wingo@pobox.com>
Sun, 31 Mar 2002 21:09:17 +0000 (21:09 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 31 Mar 2002 21:09:17 +0000 (21:09 +0000)
commit832f0a78522dda79c857fa8ebfef55b14c436c26
tree8d2bc0d9b1d6aacb89c8f3151d79d99dd37d1ab9
parent06c7e989ef6f870fc1e6d16f281e47f62a8bf7f1
add (incomplete) flex/bison-based parser to cvs the tokenizer is functional, but the grammar definition is bad. this ...

Original commit message from CVS:
add (incomplete) flex/bison-based parser to cvs

the tokenizer is functional, but the grammar definition is bad. this
probably breaks distcheck somehow, but hey.
configure.ac
gst/Makefile.am
gst/parse/.gitignore [new file with mode: 0644]
gst/parse/Makefile.am [new file with mode: 0644]
gst/parse/grammar.y [new file with mode: 0644]
gst/parse/parse.l [new file with mode: 0644]