lex: New lexical analyzer module for use in OVN.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Apr 2015 23:18:04 +0000 (16:18 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Apr 2015 23:18:04 +0000 (16:18 -0700)
commit10b1662bfa8603e90cd0405e3bd0877b62f208bb
treec62748d5fbce82a5febcfbfced77d44b1400725e
parent6eceebf598492f050da37726233f64bae43b112e
lex: New lexical analyzer module for use in OVN.

I'm determined not to let the terrible style of pseudo-parsing we have in
OVS leak into OVN.  Here's the first step.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
Makefile.am
ovn/TODO
ovn/automake.mk
ovn/lib/automake.mk [new file with mode: 0644]
ovn/lib/lex.c [new file with mode: 0644]
ovn/lib/lex.h [new file with mode: 0644]
ovn/ovn-sb.xml
tests/automake.mk
tests/ovn.at [new file with mode: 0644]
tests/test-ovn.c [new file with mode: 0644]
tests/testsuite.at