📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -