]> err.no Git - varnish/commit
Add first cut of VCL compiler to the tree.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Mar 2006 12:37:04 +0000 (12:37 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Mar 2006 12:37:04 +0000 (12:37 +0000)
commit69b28b66f6ec241198c94e169d3434b49fa61960
tree1b3c5260bb930ab47fe35cbf077c4133ab51b82f
parent24eb4c7e50f805e557ca34ad12c7b744a2771b20
Add first cut of VCL compiler to the tree.

The Makefile is a temporary shim until I get the auto* stuff working.

The sample.vcl is a small mock-up to test the compiler.

Some of the .h files needs to move other places in the fullness of time.

But other than that...

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@43 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/Makefile.am
varnish-cache/lib/libvcl/Makefile [new file with mode: 0644]
varnish-cache/lib/libvcl/sample.vcl [new file with mode: 0644]
varnish-cache/lib/libvcl/vcl_compile.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcl_fixed_token.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcl_gen_fixed_token.tcl [new file with mode: 0755]
varnish-cache/lib/libvcl/vcl_lang.h [new file with mode: 0644]
varnish-cache/lib/libvcl/vcl_priv.h [new file with mode: 0644]
varnish-cache/lib/libvcl/vcl_token_defs.h [new file with mode: 0644]