readme

来自「很好用的」· 代码 · 共 50 行

TXT
50
字号
		API For GS Parser		=================This is an attempt to encapsulate the GS Parser to providea 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()	/* ------------------------------------------------------------ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?