Checking in miniswig: It's a flex/bison based parser that is able to parse
authorMatthias Braun <matze@braunis.de>
Tue, 3 May 2005 18:32:14 +0000 (18:32 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 3 May 2005 18:32:14 +0000 (18:32 +0000)
commit0b585f0dc8e185bcf1a7e281108281f5b2b96706
tree6743a00a15260dbc498b00aceae902bf131b273d
parent7ef937b79a4e3a818e919d476388146e3ae1db03
Checking in miniswig: It's a flex/bison based parser that is able to parse
simple c++ header files and create squirrel wrappers for them.

SVN-Revision: 2391
12 files changed:
Jamfile
configure.ac
mk/jam/bisonflex.jam
tools/miniswig/Jamfile [new file with mode: 0644]
tools/miniswig/create_wrapper.cpp [new file with mode: 0644]
tools/miniswig/create_wrapper.h [new file with mode: 0644]
tools/miniswig/globals.h [new file with mode: 0644]
tools/miniswig/lexer.ll [new file with mode: 0644]
tools/miniswig/main.cpp [new file with mode: 0644]
tools/miniswig/parser.yy [new file with mode: 0644]
tools/miniswig/tree.cpp [new file with mode: 0644]
tools/miniswig/tree.h [new file with mode: 0644]