parser
Here are 7,051 public repositories matching this topic...
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
Dec 14, 2020 - Rust
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Dec 8, 2020 - Go
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Dec 8, 2020 - TypeScript
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
Nov 24, 2020 - JavaScript
Node.js body parsing middleware
-
Updated
Nov 19, 2020 - JavaScript
Rust parser combinator framework
-
Updated
Dec 13, 2020 - Rust
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
Nov 24, 2020 - Go
A web tool to explore the ASTs generated by various parsers.
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Oct 22, 2020 - C#
-
Updated
Dec 11, 2020 - JavaScript
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
-
Updated
Dec 14, 2020 - Java
A doc comment standard for TypeScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 6, 2020 - JavaScript
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
Dec 11, 2020 - Java
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
Dec 14, 2020 - Java
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
-
Updated
Dec 13, 2020 - JavaScript
PostHTML is a tool to transform HTML/XML with JS plugins
-
Updated
Dec 14, 2020 - JavaScript
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."


What pain point are you perceiving?.
I'm reviewing Marked documentation, attempting to create a custom setup where, it transforms new lines starting with 'notice: ' into a specifically formatted DIV. By my understanding I need to first add a custom named tokenizer and then a renderer based on it? Or am I going about this the wrong way?
Describe the solution you'd like
I'd like to ea