Initial commit
commit2cf9f81b89786f2fd205069a6ae80a31e81896f1
authorPhilipp Gildein <rmbl@openspeak-project.org>
Tue, 18 Sep 2007 14:04:45 +0000 (18 16:04 +0200)
committerPhilipp Gildein <rmbl@openspeak-project.org>
Tue, 18 Sep 2007 14:04:45 +0000 (18 16:04 +0200)
treefe21a14ed69300f1d4f8fe9ad397d88f07da45b2
Initial commit

- Added Parser class which parses the cmdline and will later parse the script files
- Added ParserException class which is used to throw errors
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
include/Parser.hpp [new file with mode: 0644]
include/ParserException.hpp [new file with mode: 0644]
src/Parser.cpp [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]