Skip to content

Commit

Permalink
Report malformed quote delimited strings as an error in the tokenizer (
Browse files Browse the repository at this point in the history
…barryclark#9)

* Create codecov.yml

* Report malformed quote delimited strings as an error in the tokenizer
  • Loading branch information
reutermj committed Feb 27, 2021
1 parent 94af2d1 commit 280a5b2
Show file tree
Hide file tree
Showing 92 changed files with 7,540 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions lecsdocs/issue-3-Improve_documentation_for_parser/lecs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>lecs</title>
<link href="../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../";</script>
<script type="text/javascript" src="../scripts/sourceset_dependencies.js" async="async"></script>
<link href="../styles/style.css" rel="Stylesheet">
<link href="../styles/logo-styles.css" rel="Stylesheet">
<link href="../styles/jetbrains-mono.css" rel="Stylesheet">
<link href="../styles/main.css" rel="Stylesheet">
<script type="text/javascript" src="../scripts/clipboard.js" async="async"></script>
<script type="text/javascript" src="../scripts/navigation-loader.js" async="async"></script>
<script type="text/javascript" src="../scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="../scripts/main.js" async="async"></script>
</head>
<body>
<div id="container">
<div id="leftColumn">
<div id="logo"></div>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../scripts/pages.js"></script>
<script type="text/javascript" src="../scripts/main.js"></script>
<div class="main-content" id="content" pageIds="////PointingToDeclaration//-1420969897">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="index.html">lecs</a></div>
<div class="pull-right d-flex">
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>lecs</span></h1>
</div>
<h2 class="">Packages</h2>
<div class="table"><a data-name="%5Blecs%2F%2F%2F%2FPointingToDeclaration%2F%5D%2FPackages%2F-1420969897" anchor-label="lecs" id="%5Blecs%2F%2F%2F%2FPointingToDeclaration%2F%5D%2FPackages%2F-1420969897" data-filterable-set=":dokkaHtml/main"></a>
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main">
<div>
<div class="main-subrow ">
<div class=""><span class="inline-flex"><a href="lecs/index.html">lecs</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Blecs%2F%2F%2F%2FPointingToDeclaration%2F%5D%2FPackages%2F-1420969897"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div class="pull-right"></div>
</div>
<div></div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>

Loading

0 comments on commit 280a5b2

Please sign in to comment.