---------------------
libbadcfg version 0.1
---------------------

libbadcfg is a small library that reads configuration files in the following
form:

	foo = "bar"
	moo
	{
		voo = "doo"
	}
	spam = "no"
	{
		yes = "but"
	}
	
The library's source code is released in Public Domain. Do whatever you want
with it, but keep in mind that there is no warranty that it actually works.

To build type:

	make
	
To build the docs type:

	make docs
	

To build you'll need bmake from
	http://www.slashstone.com/more/bmake
	
To build the docs you'll need SlashDOC from
	http://www.slashstone.com/more/slashdoc

Kostas Michalopoulos
