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


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