The (mini) c++ repository - software
Software in C++ written by me (Bart Vanhauwaert) and available under the
GNU public license. I've also some
software available written in other languages.
Active projects
Projects not yet released
These are projects I am currently working on, but are not yet ready
to release.
- libwib is a library to easily create CGI's in C++.
- partizaan is a website to track parts as they move between customers
and a company. (uses libwib)
- cppp
is a parser for C++ source code. It generates an XML representation
from the input.
- axml
an alternative parser (more like a tokenizer) for XML files.
Inactive projects
These are more or less finished projects but on which I am not
actively working. However, I have not abondoned them. If you
need help on using them, want to give some feedback or maybe
even provide an improvement, feel free to
contact me.
- naartex (12 jan 2004)
convert docbook to LaTeX files.
- fastdep (29 oct 2003)
is a fast Makefile dependency generator for C/C++ files.
- gencc
generates skeleton .cc and .h files for empty classes with constructors/destructors/..
- Rosetta (23 dec 2002)
helps to translate DocBook documents.
- olex
is a fast LL(1) parser generator in (and generating) C++.
More on using C++.