
		API For GS Parser
		=================

This is an attempt to encapsulate the GS Parser to provide
a simple API with the following functions:



	/* ------------------------------------------------------------ */
	/* Iterators 							*/
	/* ------------------------------------------------------------ */

	gs_get_dictionary_next()
	gs_get_list_next()


	/* ------------------------------------------------------------ */
	/* Tests 							*/
	/* ------------------------------------------------------------ */

	gs_isidentifier()
	gs_isdictionary()
	gs_islist()
	gs_isdata()

	gs_get_strvalue()
	gs_get_labelvalue()

	gs_get_variable()
	gs_get_list_element()

	gs_get_list_length()

	/* ------------------------------------------------------------ */
	/* I/O 								*/
	/* ------------------------------------------------------------ */

	gs_loaddictionaryfromfile()
	gs_savedictionarytofile()

	/* ------------------------------------------------------------ */
	/* Miscelaneous 						*/
	/* ------------------------------------------------------------ */

	create_dictionary()

	/* ------------------------------------------------------------ */

