parser
Here are 8,626 public repositories matching this topic...
When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
Nov 30, 2021 - Rust
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Nov 20, 2021 - Go
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
-
Updated
Nov 29, 2021 - Java
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Nov 3, 2021 - TypeScript
Rust parser combinator framework
-
Updated
Nov 14, 2021 - Rust
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
-
Updated
Sep 10, 2021 - JavaScript
Node.js body parsing middleware
-
Updated
Nov 17, 2021 - JavaScript
A web tool to explore the ASTs generated by various parsers.
-
Updated
Nov 26, 2021 - JavaScript
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
Nov 25, 2021 - Go
I'm struggling to understand what's wrong with this sample:
$ shfmt
@() {
echo "$@"
}
@ hello world\!
<standard input>:3:1: "}" can only be used to close a block
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Nov 26, 2021 - C#
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
-
Updated
Nov 28, 2021 - Java
A doc comment standard for TypeScript
-
Updated
Nov 12, 2021 - TypeScript
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
-
Updated
Nov 29, 2021 - Java
The fast & forgiving HTML and XML parser
-
Updated
Nov 28, 2021 - TypeScript
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
-
Updated
Nov 27, 2021 - Java
Improve this page
Add a description, image, and links to the parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parser topic, visit your repo's landing page and select "manage topics."


Marked version:
3.x.x
Describe the bug
A clear and concise description of what the bug is.
Right now,
import {use} from "markedjs"does not work, this worked in 2.x.x.To Reproduce
Steps to reproduce the behavior:
Install & import it.
The
DefinitelyTypeddefinitions also mark this incorrectly as being supported still.A workaround is importing one of the structur