Help
RSS
API
Feed
Maltego
Contact
Domain > lezer.codemirror.net
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-30
149.210.142.219
(
ClassC
)
Port 80
HTTP/1.1 302 Moved TemporarilyServer: nginx/1.22.1Date: Mon, 25 Nov 2024 16:53:27 GMTContent-Type: text/htmlContent-Length: 145Connection: keep-aliveLocation: https://lezer.codemirror.net/ html>head>title>302 Found/title>/head>body>center>h1>302 Found/h1>/center>hr>center>nginx/1.22.1/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.22.1Date: Mon, 25 Nov 2024 16:53:27 GMTContent-Type: text/html; charsetutf-8Content-Length: 5986Last-Modified: Wed, 16 Oct 2024 12:05:20 GMTConnection: keep-aliveETag: 6 !doctype html>html langen-US>meta charsetutf8>meta nameviewport contentwidthdevice-width, initial-scale1>meta propertyog:title contentLezer>meta propertyog:type contentwebsite>meta propertyog:url contenthttp://lezer.codemirror.net/>meta propertyog:image contenthttp://lezer.codemirror.net/css/logo.png>meta propertyog:description contentIncremental parsing system>title>Lezer/title>link relstylesheet href./css/site.css>header> nav> a classlogo href./>Lezer/a> div classnavlinks> a href./docs/ >Documentation/a> a href./examples/ >Examples/a> a hrefhttps://discuss.codemirror.net/c/lezer>Discuss/a> a hrefhttps://github.com/lezer-parser>GitHub/a> /div> /nav>/header>article>h1>The Lezer Parser System/h1>p>The problem of parsing structured text has resisted one-size-fitsall solutions for over 60 years. Lezer isnt such a solution either,but it em>is/em> a very decent parser generator, especially wellsuited for use in code editors./p>p>Lezer (the Dutch word for reader, pronounced like “laser”) providesa parser generator that outputs JavaScript modules, which can beloaded to parse code into a non-abstract syntax tree. This tree canthen be used to do highlighting and basic semantic analysis./p>h2 classhr idfeatures>Features/h2>ul classgrid-list> li> h3>Grammar Driven/h3> p>Write your grammars a hrefdocs/guide/#writing-a-grammar>declaratively/a>, use a parser generator tool to convert it into an efficient parser./p> /li> li> h3>Incremental/h3> p>Lezer can quickly re-parse documents that were slightly changed compared to a previously parsed version by reusing nodes from the old parse./p> /li> li> h3>Error-Insensitive/h3> p>Being designed for the code editor use case, the parser is equipped with strategies for recovering from syntax errors, and can produce a tree for any input./p> /li> li> h3>Fast/h3> p>By using the LR parsing algorithm, an efficient tokenizer, and data structures optimized for locality, the parser can process its input a
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]