|
| 1 | +<!DOCTYPE html> |
| 2 | +<html class="writer-html5" lang="en" > |
| 3 | +<head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="author" content="Igor Dejanović" /> |
| 7 | + <link rel="shortcut icon" href="/img/favicon.ico" /> |
| 8 | + <title>parglare</title> |
| 9 | + <link rel="stylesheet" href="/css/theme.css" /> |
| 10 | + <link rel="stylesheet" href="/css/theme_extra.css" /> |
| 11 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" /> |
| 12 | + <link href="/style.css" rel="stylesheet" /> |
| 13 | + <link href="/css/version-select.css" rel="stylesheet" /> |
| 14 | + |
| 15 | + <!--[if lt IE 9]> |
| 16 | + <script src="/js/html5shiv.min.js"></script> |
| 17 | + <![endif]--> |
| 18 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> |
| 19 | + <script>hljs.highlightAll();</script> |
| 20 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-68681917-1"></script> |
| 21 | + <script> |
| 22 | + window.dataLayer = window.dataLayer || []; |
| 23 | + function gtag(){dataLayer.push(arguments);} |
| 24 | + gtag('js', new Date()); |
| 25 | + |
| 26 | + gtag('config', "UA-68681917-1"); |
| 27 | + </script> |
| 28 | +</head> |
| 29 | + |
| 30 | +<body class="wy-body-for-nav" role="document"> |
| 31 | + |
| 32 | + <div class="wy-grid-for-nav"> |
| 33 | + <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> |
| 34 | + <div class="wy-side-scroll"> |
| 35 | + <div class="wy-side-nav-search"> |
| 36 | + <a href="/." class="icon icon-home"> parglare |
| 37 | + </a><div role="search"> |
| 38 | + <form id ="rtd-search-form" class="wy-form" action="//search.html" method="get"> |
| 39 | + <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" /> |
| 40 | + </form> |
| 41 | +</div> |
| 42 | + </div> |
| 43 | + |
| 44 | + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> |
| 45 | + <ul> |
| 46 | + <li class="toctree-l1"><a class="reference internal" href="/.">Home</a> |
| 47 | + </li> |
| 48 | + </ul> |
| 49 | + <p class="caption"><span class="caption-text">User Guide</span></p> |
| 50 | + <ul> |
| 51 | + <li class="toctree-l1"><a class="reference internal" href="/getting_started/">Getting started</a> |
| 52 | + </li> |
| 53 | + <li class="toctree-l1"><a class="reference internal" href="/grammar_language/">Grammar language</a> |
| 54 | + </li> |
| 55 | + <li class="toctree-l1"><a class="reference internal" href="/grammar/">Grammar class</a> |
| 56 | + </li> |
| 57 | + <li class="toctree-l1"><a class="reference internal" href="/parser/">Parser</a> |
| 58 | + </li> |
| 59 | + <li class="toctree-l1"><a class="reference internal" href="/actions/">Actions</a> |
| 60 | + </li> |
| 61 | + <li class="toctree-l1"><a class="reference internal" href="/common/">Common API</a> |
| 62 | + </li> |
| 63 | + <li class="toctree-l1"><a class="reference internal" href="/recognizers/">Recognizers</a> |
| 64 | + </li> |
| 65 | + <li class="toctree-l1"><a class="reference internal" href="/grammar_modularization/">Modularization</a> |
| 66 | + </li> |
| 67 | + <li class="toctree-l1"><a class="reference internal" href="/lr_parsing/">LR parsing and conflicts</a> |
| 68 | + </li> |
| 69 | + <li class="toctree-l1"><a class="reference internal" href="/disambiguation/">Disambiguation</a> |
| 70 | + </li> |
| 71 | + <li class="toctree-l1"><a class="reference internal" href="/parse_forest_trees/">Parse forest/trees</a> |
| 72 | + </li> |
| 73 | + <li class="toctree-l1"><a class="reference internal" href="/handling_errors/">Handling errors</a> |
| 74 | + </li> |
| 75 | + <li class="toctree-l1"><a class="reference internal" href="/pglr/">pglr command</a> |
| 76 | + </li> |
| 77 | + <li class="toctree-l1"><a class="reference internal" href="/debugging/">Debugging</a> |
| 78 | + </li> |
| 79 | + </ul> |
| 80 | + <p class="caption"><span class="caption-text">Release Notes</span></p> |
| 81 | + <ul> |
| 82 | + <li class="toctree-l1"><a class="reference internal" href="/release_notes/release_0_15/">0.15</a> |
| 83 | + </li> |
| 84 | + <li class="toctree-l1"><a class="reference internal" href="/release_notes/release_0_14/">0.14</a> |
| 85 | + </li> |
| 86 | + </ul> |
| 87 | + <p class="caption"><span class="caption-text">About</span></p> |
| 88 | + <ul> |
| 89 | + <li class="toctree-l1"><a class="reference internal" href="/about/CONTRIBUTING/">Contributing</a> |
| 90 | + </li> |
| 91 | + <li class="toctree-l1"><a class="reference internal" href="/about/LICENSE/">License</a> |
| 92 | + </li> |
| 93 | + </ul> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + </nav> |
| 97 | + |
| 98 | + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
| 99 | + <nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu"> |
| 100 | + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| 101 | + <a href="/.">parglare</a> |
| 102 | + |
| 103 | + </nav> |
| 104 | + <div class="wy-nav-content"> |
| 105 | + <div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation"> |
| 106 | + <ul class="wy-breadcrumbs"> |
| 107 | + <li><a href="/." class="icon icon-home" aria-label="Docs"></a></li> |
| 108 | + <li class="wy-breadcrumbs-aside"> |
| 109 | + </li> |
| 110 | + </ul> |
| 111 | + <hr/> |
| 112 | +</div> |
| 113 | + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
| 114 | + <div class="section" itemprop="articleBody"> |
| 115 | + |
| 116 | + |
| 117 | + <h1 id="404-page-not-found">404</h1> |
| 118 | + |
| 119 | + <p><strong>Page not found</strong></p> |
| 120 | + |
| 121 | + |
| 122 | + </div> |
| 123 | + </div><footer> |
| 124 | + |
| 125 | + <hr/> |
| 126 | + |
| 127 | + <div role="contentinfo"> |
| 128 | + <!-- Copyright etc --> |
| 129 | + <p>Copyright © <a href="http://igordejanovic.net/">Igor Dejanović</a>.</p> |
| 130 | + </div> |
| 131 | + |
| 132 | + Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. |
| 133 | +</footer> |
| 134 | + |
| 135 | + </div> |
| 136 | + </div> |
| 137 | + |
| 138 | + </section> |
| 139 | + |
| 140 | + </div> |
| 141 | + |
| 142 | + <div class="rst-versions" role="note" aria-label="Versions"> |
| 143 | + <span class="rst-current-version" data-toggle="rst-current-version"> |
| 144 | + |
| 145 | + <span> |
| 146 | + <a href="https://github.com/igordejanovic/parglare" class="fa fa-github" style="color: #fcfcfc"> GitHub</a> |
| 147 | + </span> |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + </span> |
| 152 | +</div> |
| 153 | + <script src="/js/jquery-3.6.0.min.js"></script> |
| 154 | + <script>var base_url = "/";</script> |
| 155 | + <script src="/js/theme_extra.js"></script> |
| 156 | + <script src="/js/theme.js"></script> |
| 157 | + <script src="/search/main.js"></script> |
| 158 | + <script src="/js/version-select.js"></script> |
| 159 | + <script> |
| 160 | + jQuery(function () { |
| 161 | + SphinxRtdTheme.Navigation.enable(true); |
| 162 | + }); |
| 163 | + </script> |
| 164 | + |
| 165 | +</body> |
| 166 | +</html> |
0 commit comments