archeus/doc/doxygen/html/d5/d36/parser_8h_source.html

320 lines
47 KiB
HTML

<!-- HTML header for doxygen 1.9.2-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="dark-mode">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Archeus: /home/herbglitch/programs/archeus/arc/include/arc/std/parser.h Source File</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../navtreedata.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<script type="text/javascript" src="../../resize.js"></script>
<script type="text/javascript" src="../../cookie.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
<link href="../../doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="../../doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="../../doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../doxygen-awesome-darkmode-toggle.js"></script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Archeus<span id="projectnumber">&#160;0.0.0</span>
</div>
<div id="projectbrief">A C library and game engine that focuses on documentation</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.12.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(1); });
/* @license-end */
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('../../',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('d5/d36/parser_8h_source.html','../../'); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">parser.h</div></div>
</div><!--header-->
<div class="contents">
<a href="../../d5/d36/parser_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef ARC_STD_PARSER_H_</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define ARC_STD_PARSER_H_</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &quot;<a class="code" href="../../db/d63/array_8h.html">arc/std/array.h</a>&quot;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &quot;<a class="code" href="../../d5/df3/lexer_8h.html">arc/std/lexer.h</a>&quot;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &quot;<a class="code" href="../../d6/d68/vector_8h.html">arc/std/vector.h</a>&quot;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &lt;stdint.h&gt;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"></span> </div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">/**</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * @brief a parser type</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">*/</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985"> 16</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a>;</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"></span> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">/**</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment"> * @brief a langue tag type for the parser //TODO: explain this better</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">*/</span></div>
<div class="foldopen" id="foldopen00021" data-start="{" data-end="};">
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="../../d3/d0a/structARC__ParserTag.html"> 21</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="../../d3/d0a/structARC__ParserTag.html">ARC_ParserTag</a> {</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="../../d3/d0a/structARC__ParserTag.html#a049e47fdb0d730a81a12ab09c3296b60"> 22</a></span> uint32_t <a class="code hl_variable" href="../../d3/d0a/structARC__ParserTag.html#a049e47fdb0d730a81a12ab09c3296b60">tagId</a>;</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="../../d3/d0a/structARC__ParserTag.html#ab10a801b5b62b5e3d3bf81812cf5d6d2"> 24</a></span> uint32_t **<a class="code hl_variable" href="../../d3/d0a/structARC__ParserTag.html#ab10a801b5b62b5e3d3bf81812cf5d6d2">tokensOrTags</a>;</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="../../d3/d0a/structARC__ParserTag.html#a8bccbcd7e73d66ce0d23cecd0d481a5f"> 25</a></span> uint32_t <a class="code hl_variable" href="../../d3/d0a/structARC__ParserTag.html#a8bccbcd7e73d66ce0d23cecd0d481a5f">tokensOrTagsSize</a>;</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#aa9ea2265d5d0797b7b6fa009beed6aa4"> 26</a></span>} <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#aa9ea2265d5d0797b7b6fa009beed6aa4">ARC_ParserTag</a>;</div>
</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment"></span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="comment">/**</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="comment"> * @brief a parser type used inside of the parser data create function</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="comment"> *</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="comment"> * @note there are no public creation and destruction functions for this type as it is only ment to be used within the creation callback</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="comment"> * @note if the parser tag token is a token then tagTokens will be NULL</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="comment"> * @note if the parser tag token is a tag then token will be NULL</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="comment">*/</span></div>
<div class="foldopen" id="foldopen00035" data-start="{" data-end="};">
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="../../dc/d37/structARC__ParserTagToken.html"> 35</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="../../dc/d37/structARC__ParserTagToken.html">ARC_ParserTagToken</a> {</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="../../dc/d37/structARC__ParserTagToken.html#accb5ab8ebfe20e84ae7a10711e7d188b"> 36</a></span> uint32_t <a class="code hl_variable" href="../../dc/d37/structARC__ParserTagToken.html#accb5ab8ebfe20e84ae7a10711e7d188b">id</a>;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="../../dc/d37/structARC__ParserTagToken.html#aaccda838f6e1cd3d0ee210c473f34a16"> 38</a></span> <a class="code hl_struct" href="../../d2/d37/structARC__LexerToken.html">ARC_LexerToken</a> *<a class="code hl_variable" href="../../dc/d37/structARC__ParserTagToken.html#aaccda838f6e1cd3d0ee210c473f34a16">token</a>;</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="../../dc/d37/structARC__ParserTagToken.html#af323d1f78ce2728f26550120258071a1"> 39</a></span> <a class="code hl_typedef" href="../../d2/d19/group__ARC__Vector.html#ga23dfcf0229206051666a31f91c8c6e1b">ARC_Vector</a> *<a class="code hl_variable" href="../../dc/d37/structARC__ParserTagToken.html#af323d1f78ce2728f26550120258071a1">tagTokens</a>;</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#afb6d26dc3b6ae7e2049e0e47bdfd3c3e"> 40</a></span>} <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#afb6d26dc3b6ae7e2049e0e47bdfd3c3e">ARC_ParserTagToken</a>;</div>
</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="comment"></span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">/**</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="comment"> * @brief a callback function to initialize the lexer the parser uses with rules</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="comment"> *</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="comment"> * @param lexer the lexer used by the parser that rules should be added to</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="comment">*/</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#a852129b2e4cebf0dca9a4d7753093367"> 47</a></span><span class="keyword">typedef</span> void (* <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a852129b2e4cebf0dca9a4d7753093367">ARC_Parser_InitLexerRulesFn</a>)(<a class="code hl_typedef" href="../../d5/df3/lexer_8h.html#ad48d6475f5cf332db813477ee8621446">ARC_Lexer</a> *lexer);</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment"></span> </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="comment">/**</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="comment"> * @brief TODO: write this</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="comment">*/</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#a65a947ffcc719e780cd0df6f37dd84bf"> 52</a></span><span class="keyword">typedef</span> uint32_t (* <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a65a947ffcc719e780cd0df6f37dd84bf">ARC_Parser_GetStringIdFn</a>)(<a class="code hl_struct" href="../../df/d06/structARC__String.html">ARC_String</a> *string);</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="comment"></span> </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="comment">/**</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><span class="comment"> * @brief TODO: write this</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="comment">*/</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#a8cd71477a9351e7cd708b346b945e3bb"> 57</a></span><span class="keyword">typedef</span> void (* <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a8cd71477a9351e7cd708b346b945e3bb">ARC_ParserData_CreateFn</a>)(<span class="keywordtype">void</span> **data, <a class="code hl_struct" href="../../dc/d37/structARC__ParserTagToken.html">ARC_ParserTagToken</a> *parsedData, <span class="keywordtype">void</span> *userData);</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="comment"></span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="comment">/**</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="comment"> * @brief TODO: write this</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="comment">*/</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#abfe01be54d5787de64d479494ad6aa2d"> 62</a></span><span class="keyword">typedef</span> void (* <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#abfe01be54d5787de64d479494ad6aa2d">ARC_ParserData_DestroyFn</a>)(<span class="keywordtype">void</span> *data, <a class="code hl_define" href="../../d8/d77/bool_8h.html#aad51710c999c22d9440e5ce0ba8e2c45">ARC_Bool</a> clear, <span class="keywordtype">void</span> *userData);</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="comment"></span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="comment">/**</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="comment"> * @brief creates an ARC_Parser type</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="comment"> *</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="comment"> * @TODO: fix this documentation to reflect changes</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><span class="comment"> *</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="comment"> * @TODO: probs want to move the note to another file</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="comment"> * @note array of tokens for langauge? like </span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="comment"> * ARC_ParserTag tag = {</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="comment"> * VARIABLE_NAME, //tagId</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="comment"> * {</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="comment"> * { 2, CHAR_OR_NUM, VARIABLE_NAME },</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="comment"> * { 1, LAMBDA },</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="comment"> * }, //components</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="comment"> * 2 //componentsSize</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="comment"> * };</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="comment"> *</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="comment"> * @param[out] parser ARC_Parser to create</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="comment"> * @param[in] language an arry of ARC_ParserLanguageTags defining a langauge</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="comment"> * @param[in] initLexerRulesFn a callback used to initalize the token rules the lexer within the parser will use</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="comment">*/</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#a1bdcaaa9871c881c8826698840a99d2d"> 84</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d5/d36/parser_8h.html#a1bdcaaa9871c881c8826698840a99d2d">ARC_Parser_Create</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> **parser, <a class="code hl_struct" href="../../d3/dac/structARC__Array.html">ARC_Array</a> *language, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a852129b2e4cebf0dca9a4d7753093367">ARC_Parser_InitLexerRulesFn</a> initLexerRulesFn, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a8cd71477a9351e7cd708b346b945e3bb">ARC_ParserData_CreateFn</a> *createDataFn, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#abfe01be54d5787de64d479494ad6aa2d">ARC_ParserData_DestroyFn</a> *destroyDataFn, <span class="keywordtype">void</span> *userData);</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="comment"></span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="comment">/**</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="comment"> * @brief creates an ARC_Parser type from an arc vector</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="comment"> *</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="comment"> * @param[out] parser ARC_Parser to create</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="comment"> * @param[in] language an vector of ARC_ParserLanguageTags defining a langauge</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="comment"> * @param[in] initLexerRulesFn a callback used to initalize the token rules the lexer within the parser will use</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="comment">*/</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#ace1a2cfd32a6054ce46a88153024dfb0"> 93</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d5/d36/parser_8h.html#ace1a2cfd32a6054ce46a88153024dfb0">ARC_Parser_CreateFromVector</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> **parser, <a class="code hl_typedef" href="../../d2/d19/group__ARC__Vector.html#ga23dfcf0229206051666a31f91c8c6e1b">ARC_Vector</a> *language, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a852129b2e4cebf0dca9a4d7753093367">ARC_Parser_InitLexerRulesFn</a> initLexerRulesFn, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a8cd71477a9351e7cd708b346b945e3bb">ARC_ParserData_CreateFn</a> *createDataFn, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#abfe01be54d5787de64d479494ad6aa2d">ARC_ParserData_DestroyFn</a> *destroyDataFn, <span class="keywordtype">void</span> *userData);</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="comment"></span> </div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="comment">/**</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="comment"> * @brief creates an ARC_Parser type from a string</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><span class="comment"> *</span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="comment"> * @TODO: probs want to move the note to another file</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="comment"> * @note the syntax looks like:</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="comment"> * &lt;variable&gt; -&gt; CHAR &lt;variableName&gt; EOF</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span><span class="comment"> * &lt;variableName&gt; -&gt; &lt;charOrNum&gt; &lt;variableName&gt; | LAMBDA</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="comment"> * &lt;charOrNum&gt; -&gt; CHAR | NUM</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="comment"> *</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span><span class="comment"> * @param[out] parser ARC_Parser to create</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="comment"> * @param[in] language an arry of ARC_ParserLanguageTags defining a langauge</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="comment"> * @param[in] initLexerRulesFn a callback used to initalize the token rules the lexer within the parser will use</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="comment">*/</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#a003b81e4311d906bb549c112036703d6"> 108</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d5/d36/parser_8h.html#a003b81e4311d906bb549c112036703d6">ARC_Parser_CreateFromString</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> **parser, <a class="code hl_struct" href="../../df/d06/structARC__String.html">ARC_String</a> *languageString, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a852129b2e4cebf0dca9a4d7753093367">ARC_Parser_InitLexerRulesFn</a> initLexerRulesFn, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a65a947ffcc719e780cd0df6f37dd84bf">ARC_Parser_GetStringIdFn</a> getStringIdFn, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#a8cd71477a9351e7cd708b346b945e3bb">ARC_ParserData_CreateFn</a> *createDataFn, <a class="code hl_typedef" href="../../d5/d36/parser_8h.html#abfe01be54d5787de64d479494ad6aa2d">ARC_ParserData_DestroyFn</a> *destroyDataFn, <span class="keywordtype">void</span> *userData);</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><span class="comment"></span> </div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="comment">/**</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="comment"> * @brief destroys an ARC_Parser type</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="comment"> *</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="comment"> * @param[in] parser ARC_Parser to free</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment">*/</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#adb54341fc82ed984990434a9885ee644"> 115</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d5/d36/parser_8h.html#adb54341fc82ed984990434a9885ee644">ARC_Parser_Destroy</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> *parser);</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span><span class="comment"></span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="comment">/**</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="comment"> * @brief </span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="comment"> *</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="comment"> * @param[in] parser </span></div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="comment"> * @param[in/out] data the string to parse, will be freed and set to NULL by the end of this function</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="comment">*/</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#ac7b13da43887f6fd9e4571f3dd477de6"> 123</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d5/d36/parser_8h.html#ac7b13da43887f6fd9e4571f3dd477de6">ARC_Parser_Parse</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> *parser, <a class="code hl_struct" href="../../df/d06/structARC__String.html">ARC_String</a> **data);</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="comment"></span> </div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span><span class="comment">/**</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="comment"> * @brief </span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="comment"> *</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="comment"> * @param[in] parser </span></div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="comment"> * @param[in] language </span></div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="comment">*/</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#a07112a0644e5f29259bd814a4b4d5a86"> 131</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d5/d36/parser_8h.html#a07112a0644e5f29259bd814a4b4d5a86">ARC_Parser_ParseFile</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> *parser, <a class="code hl_struct" href="../../df/d06/structARC__String.html">ARC_String</a> *path);</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="comment"></span> </div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span><span class="comment">/**</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="comment"> * @brief </span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="comment"> *</span></div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="comment"> * @param[in] parser </span></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="comment">*/</span></div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#af1d5928a3b7a1107ae2f93256b8e82df"> 138</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d5/d36/parser_8h.html#af1d5928a3b7a1107ae2f93256b8e82df">ARC_Parser_ClearData</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> *parser);</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span><span class="comment"></span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span><span class="comment">/**</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><span class="comment"> * @brief </span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span><span class="comment"> *</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="comment"> * @param[in] parser </span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="comment">*/</span></div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#af6a130ed662019fd063f9b613c1b43cd"> 145</a></span><span class="keywordtype">void</span> *<a class="code hl_function" href="../../d5/d36/parser_8h.html#af6a130ed662019fd063f9b613c1b43cd">ARC_Parser_GetData</a>(<a class="code hl_typedef" href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a> *parser);</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="comment"></span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="comment">/**</span></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="comment"> * @brief basic tag for letting the parser know it is ok to end</span></div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="comment">*/</span></div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"><a class="line" href="../../d5/d36/parser_8h.html#a49859e4f0658f564f4236d2c4b317852"> 150</a></span><span class="preprocessor">#define ARC_PARSER_TAG_LAMBDA 0</span></div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span>}</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> </div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="preprocessor">#endif </span><span class="comment">// !ARC_STD_PARSER_H_</span></div>
<div class="ttc" id="aarray_8h_html"><div class="ttname"><a href="../../db/d63/array_8h.html">array.h</a></div></div>
<div class="ttc" id="abool_8h_html_aad51710c999c22d9440e5ce0ba8e2c45"><div class="ttname"><a href="../../d8/d77/bool_8h.html#aad51710c999c22d9440e5ce0ba8e2c45">ARC_Bool</a></div><div class="ttdeci">#define ARC_Bool</div><div class="ttdef"><b>Definition</b> <a href="../../d8/d77/bool_8h_source.html#l00010">bool.h:10</a></div></div>
<div class="ttc" id="agroup__ARC__Vector_html_ga23dfcf0229206051666a31f91c8c6e1b"><div class="ttname"><a href="../../d2/d19/group__ARC__Vector.html#ga23dfcf0229206051666a31f91c8c6e1b">ARC_Vector</a></div><div class="ttdeci">struct ARC_Vector ARC_Vector</div><div class="ttdoc">a dynamic array type</div><div class="ttdef"><b>Definition</b> <a href="../../d6/d68/vector_8h_source.html#l00026">vector.h:26</a></div></div>
<div class="ttc" id="alexer_8h_html"><div class="ttname"><a href="../../d5/df3/lexer_8h.html">lexer.h</a></div></div>
<div class="ttc" id="alexer_8h_html_ad48d6475f5cf332db813477ee8621446"><div class="ttname"><a href="../../d5/df3/lexer_8h.html#ad48d6475f5cf332db813477ee8621446">ARC_Lexer</a></div><div class="ttdeci">struct ARC_Lexer ARC_Lexer</div><div class="ttdoc">a lexer type</div><div class="ttdef"><b>Definition</b> <a href="../../d5/df3/lexer_8h_source.html#l00013">lexer.h:13</a></div></div>
<div class="ttc" id="aparser_8h_html_a003b81e4311d906bb549c112036703d6"><div class="ttname"><a href="../../d5/d36/parser_8h.html#a003b81e4311d906bb549c112036703d6">ARC_Parser_CreateFromString</a></div><div class="ttdeci">void ARC_Parser_CreateFromString(ARC_Parser **parser, ARC_String *languageString, ARC_Parser_InitLexerRulesFn initLexerRulesFn, ARC_Parser_GetStringIdFn getStringIdFn, ARC_ParserData_CreateFn *createDataFn, ARC_ParserData_DestroyFn *destroyDataFn, void *userData)</div><div class="ttdoc">creates an ARC_Parser type from a string</div></div>
<div class="ttc" id="aparser_8h_html_a07112a0644e5f29259bd814a4b4d5a86"><div class="ttname"><a href="../../d5/d36/parser_8h.html#a07112a0644e5f29259bd814a4b4d5a86">ARC_Parser_ParseFile</a></div><div class="ttdeci">void ARC_Parser_ParseFile(ARC_Parser *parser, ARC_String *path)</div></div>
<div class="ttc" id="aparser_8h_html_a1bdcaaa9871c881c8826698840a99d2d"><div class="ttname"><a href="../../d5/d36/parser_8h.html#a1bdcaaa9871c881c8826698840a99d2d">ARC_Parser_Create</a></div><div class="ttdeci">void ARC_Parser_Create(ARC_Parser **parser, ARC_Array *language, ARC_Parser_InitLexerRulesFn initLexerRulesFn, ARC_ParserData_CreateFn *createDataFn, ARC_ParserData_DestroyFn *destroyDataFn, void *userData)</div><div class="ttdoc">creates an ARC_Parser type</div></div>
<div class="ttc" id="aparser_8h_html_a65a947ffcc719e780cd0df6f37dd84bf"><div class="ttname"><a href="../../d5/d36/parser_8h.html#a65a947ffcc719e780cd0df6f37dd84bf">ARC_Parser_GetStringIdFn</a></div><div class="ttdeci">uint32_t(* ARC_Parser_GetStringIdFn)(ARC_String *string)</div><div class="ttdoc">TODO: write this.</div><div class="ttdef"><b>Definition</b> <a href="#l00052">parser.h:52</a></div></div>
<div class="ttc" id="aparser_8h_html_a852129b2e4cebf0dca9a4d7753093367"><div class="ttname"><a href="../../d5/d36/parser_8h.html#a852129b2e4cebf0dca9a4d7753093367">ARC_Parser_InitLexerRulesFn</a></div><div class="ttdeci">void(* ARC_Parser_InitLexerRulesFn)(ARC_Lexer *lexer)</div><div class="ttdoc">a callback function to initialize the lexer the parser uses with rules</div><div class="ttdef"><b>Definition</b> <a href="#l00047">parser.h:47</a></div></div>
<div class="ttc" id="aparser_8h_html_a8cd71477a9351e7cd708b346b945e3bb"><div class="ttname"><a href="../../d5/d36/parser_8h.html#a8cd71477a9351e7cd708b346b945e3bb">ARC_ParserData_CreateFn</a></div><div class="ttdeci">void(* ARC_ParserData_CreateFn)(void **data, ARC_ParserTagToken *parsedData, void *userData)</div><div class="ttdoc">TODO: write this.</div><div class="ttdef"><b>Definition</b> <a href="#l00057">parser.h:57</a></div></div>
<div class="ttc" id="aparser_8h_html_aa9ea2265d5d0797b7b6fa009beed6aa4"><div class="ttname"><a href="../../d5/d36/parser_8h.html#aa9ea2265d5d0797b7b6fa009beed6aa4">ARC_ParserTag</a></div><div class="ttdeci">struct ARC_ParserTag ARC_ParserTag</div><div class="ttdoc">a langue tag type for the parser //TODO: explain this better</div></div>
<div class="ttc" id="aparser_8h_html_abfe01be54d5787de64d479494ad6aa2d"><div class="ttname"><a href="../../d5/d36/parser_8h.html#abfe01be54d5787de64d479494ad6aa2d">ARC_ParserData_DestroyFn</a></div><div class="ttdeci">void(* ARC_ParserData_DestroyFn)(void *data, ARC_Bool clear, void *userData)</div><div class="ttdoc">TODO: write this.</div><div class="ttdef"><b>Definition</b> <a href="#l00062">parser.h:62</a></div></div>
<div class="ttc" id="aparser_8h_html_ac7b13da43887f6fd9e4571f3dd477de6"><div class="ttname"><a href="../../d5/d36/parser_8h.html#ac7b13da43887f6fd9e4571f3dd477de6">ARC_Parser_Parse</a></div><div class="ttdeci">void ARC_Parser_Parse(ARC_Parser *parser, ARC_String **data)</div></div>
<div class="ttc" id="aparser_8h_html_ace1a2cfd32a6054ce46a88153024dfb0"><div class="ttname"><a href="../../d5/d36/parser_8h.html#ace1a2cfd32a6054ce46a88153024dfb0">ARC_Parser_CreateFromVector</a></div><div class="ttdeci">void ARC_Parser_CreateFromVector(ARC_Parser **parser, ARC_Vector *language, ARC_Parser_InitLexerRulesFn initLexerRulesFn, ARC_ParserData_CreateFn *createDataFn, ARC_ParserData_DestroyFn *destroyDataFn, void *userData)</div><div class="ttdoc">creates an ARC_Parser type from an arc vector</div></div>
<div class="ttc" id="aparser_8h_html_adb54341fc82ed984990434a9885ee644"><div class="ttname"><a href="../../d5/d36/parser_8h.html#adb54341fc82ed984990434a9885ee644">ARC_Parser_Destroy</a></div><div class="ttdeci">void ARC_Parser_Destroy(ARC_Parser *parser)</div><div class="ttdoc">destroys an ARC_Parser type</div></div>
<div class="ttc" id="aparser_8h_html_af1d5928a3b7a1107ae2f93256b8e82df"><div class="ttname"><a href="../../d5/d36/parser_8h.html#af1d5928a3b7a1107ae2f93256b8e82df">ARC_Parser_ClearData</a></div><div class="ttdeci">void ARC_Parser_ClearData(ARC_Parser *parser)</div></div>
<div class="ttc" id="aparser_8h_html_af6a130ed662019fd063f9b613c1b43cd"><div class="ttname"><a href="../../d5/d36/parser_8h.html#af6a130ed662019fd063f9b613c1b43cd">ARC_Parser_GetData</a></div><div class="ttdeci">void * ARC_Parser_GetData(ARC_Parser *parser)</div></div>
<div class="ttc" id="aparser_8h_html_af86417aa26af2cf87b688c18e1c42985"><div class="ttname"><a href="../../d5/d36/parser_8h.html#af86417aa26af2cf87b688c18e1c42985">ARC_Parser</a></div><div class="ttdeci">struct ARC_Parser ARC_Parser</div><div class="ttdoc">a parser type</div><div class="ttdef"><b>Definition</b> <a href="#l00016">parser.h:16</a></div></div>
<div class="ttc" id="aparser_8h_html_afb6d26dc3b6ae7e2049e0e47bdfd3c3e"><div class="ttname"><a href="../../d5/d36/parser_8h.html#afb6d26dc3b6ae7e2049e0e47bdfd3c3e">ARC_ParserTagToken</a></div><div class="ttdeci">struct ARC_ParserTagToken ARC_ParserTagToken</div><div class="ttdoc">a parser type used inside of the parser data create function</div></div>
<div class="ttc" id="astructARC__Array_html"><div class="ttname"><a href="../../d3/dac/structARC__Array.html">ARC_Array</a></div><div class="ttdoc">a type that holds an array of data and its size</div><div class="ttdef"><b>Definition</b> <a href="../../db/d63/array_8h_source.html#l00013">array.h:13</a></div></div>
<div class="ttc" id="astructARC__LexerToken_html"><div class="ttname"><a href="../../d2/d37/structARC__LexerToken.html">ARC_LexerToken</a></div><div class="ttdoc">a lexer token type</div><div class="ttdef"><b>Definition</b> <a href="../../d5/df3/lexer_8h_source.html#l00018">lexer.h:18</a></div></div>
<div class="ttc" id="astructARC__ParserTagToken_html"><div class="ttname"><a href="../../dc/d37/structARC__ParserTagToken.html">ARC_ParserTagToken</a></div><div class="ttdoc">a parser type used inside of the parser data create function</div><div class="ttdef"><b>Definition</b> <a href="#l00035">parser.h:35</a></div></div>
<div class="ttc" id="astructARC__ParserTagToken_html_aaccda838f6e1cd3d0ee210c473f34a16"><div class="ttname"><a href="../../dc/d37/structARC__ParserTagToken.html#aaccda838f6e1cd3d0ee210c473f34a16">ARC_ParserTagToken::token</a></div><div class="ttdeci">ARC_LexerToken * token</div><div class="ttdef"><b>Definition</b> <a href="#l00038">parser.h:38</a></div></div>
<div class="ttc" id="astructARC__ParserTagToken_html_accb5ab8ebfe20e84ae7a10711e7d188b"><div class="ttname"><a href="../../dc/d37/structARC__ParserTagToken.html#accb5ab8ebfe20e84ae7a10711e7d188b">ARC_ParserTagToken::id</a></div><div class="ttdeci">uint32_t id</div><div class="ttdef"><b>Definition</b> <a href="#l00036">parser.h:36</a></div></div>
<div class="ttc" id="astructARC__ParserTagToken_html_af323d1f78ce2728f26550120258071a1"><div class="ttname"><a href="../../dc/d37/structARC__ParserTagToken.html#af323d1f78ce2728f26550120258071a1">ARC_ParserTagToken::tagTokens</a></div><div class="ttdeci">ARC_Vector * tagTokens</div><div class="ttdef"><b>Definition</b> <a href="#l00039">parser.h:39</a></div></div>
<div class="ttc" id="astructARC__ParserTag_html"><div class="ttname"><a href="../../d3/d0a/structARC__ParserTag.html">ARC_ParserTag</a></div><div class="ttdoc">a langue tag type for the parser //TODO: explain this better</div><div class="ttdef"><b>Definition</b> <a href="#l00021">parser.h:21</a></div></div>
<div class="ttc" id="astructARC__ParserTag_html_a049e47fdb0d730a81a12ab09c3296b60"><div class="ttname"><a href="../../d3/d0a/structARC__ParserTag.html#a049e47fdb0d730a81a12ab09c3296b60">ARC_ParserTag::tagId</a></div><div class="ttdeci">uint32_t tagId</div><div class="ttdef"><b>Definition</b> <a href="#l00022">parser.h:22</a></div></div>
<div class="ttc" id="astructARC__ParserTag_html_a8bccbcd7e73d66ce0d23cecd0d481a5f"><div class="ttname"><a href="../../d3/d0a/structARC__ParserTag.html#a8bccbcd7e73d66ce0d23cecd0d481a5f">ARC_ParserTag::tokensOrTagsSize</a></div><div class="ttdeci">uint32_t tokensOrTagsSize</div><div class="ttdef"><b>Definition</b> <a href="#l00025">parser.h:25</a></div></div>
<div class="ttc" id="astructARC__ParserTag_html_ab10a801b5b62b5e3d3bf81812cf5d6d2"><div class="ttname"><a href="../../d3/d0a/structARC__ParserTag.html#ab10a801b5b62b5e3d3bf81812cf5d6d2">ARC_ParserTag::tokensOrTags</a></div><div class="ttdeci">uint32_t ** tokensOrTags</div><div class="ttdef"><b>Definition</b> <a href="#l00024">parser.h:24</a></div></div>
<div class="ttc" id="astructARC__String_html"><div class="ttname"><a href="../../df/d06/structARC__String.html">ARC_String</a></div><div class="ttdoc">substring position within a string</div><div class="ttdef"><b>Definition</b> <a href="../../da/d66/string_8h_source.html#l00014">string.h:14</a></div></div>
<div class="ttc" id="avector_8h_html"><div class="ttname"><a href="../../d6/d68/vector_8h.html">vector.h</a></div><div class="ttdoc">creates and outlines a dynamic array type and its functions</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.9.2-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul><li class="navelem"><a class="el" href="../../dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="../../dir_8698ff38f6ae643760cdad826b9d4736.html">arc</a></li><li class="navelem"><a class="el" href="../../dir_b3e500eb3a6fe660b1141f591e523c76.html">std</a></li><li class="navelem"><a class="el" href="../../d5/d36/parser_8h.html">parser.h</a></li></ul>
</div>
<script type="text/javascript">
// script for doxygen 1.9.1
$(function() {
toggleButton = document.createElement('doxygen-awesome-dark-mode-toggle')
toggleButton.title = "Toggle Light/Dark Mode"
$(document).ready(function(){
document.getElementById("MSearchBox").parentNode.appendChild(toggleButton)
})
$(window).resize(function(){
document.getElementById("MSearchBox").parentNode.appendChild(toggleButton)
})
})
</script>
</body>
</html>