]> icculus.org git repositories - mikachu/openbox.git/commit - obcl/main.c
beginning of obcl. the parser works with semicolons after statements
authorMarius Nita <marius@cs.pdx.edu>
Mon, 14 Apr 2003 06:04:49 +0000 (06:04 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Mon, 14 Apr 2003 06:04:49 +0000 (06:04 +0000)
commit7aae14e9b83242c2778e57c069fb8f299b8172f3
tree80892567a99c251b0ae957c51309645b6d27dc98
parent69854023a4f36deb80c7c3dee891acc48f8ae6da
beginning of obcl. the parser works with semicolons after statements
for now, there is much left to change and do.
obcl/Makefile [new file with mode: 0644]
obcl/foo.conf [new file with mode: 0644]
obcl/lex.l [new file with mode: 0644]
obcl/main.c [new file with mode: 0644]
obcl/obcl.c
obcl/obcl.h [new file with mode: 0644]
obcl/parse.y [new file with mode: 0644]