#
parser
Here are 7,298 public repositories matching this topic...
Fast, flexible, and lean implementation of core jQuery designed specifically for the server.
-
Updated
Feb 5, 2021 - JavaScript
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
javascript
rust
parser
babel
typescript
compiler
ecmascript
closure-compiler
swc
typescript-compiler
typescript-parser
ecmascript-parser
-
Updated
Feb 4, 2021 - Rust
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Jan 21, 2021 - Go
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Jan 17, 2021 - 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.
nodejs
javascript
syntax-highlighting
markdown
gfm
parser
node
parse
markdown-parser
commonmark
compile
md
markdown-it
jonschlinkert
docusaurus
-
Updated
Nov 24, 2020 - JavaScript
Rust parser combinator framework
-
Updated
Jan 23, 2021 - Rust
Node.js body parsing middleware
-
Updated
Jan 31, 2021 - JavaScript
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
Jan 22, 2021 - Go
A web tool to explore the ASTs generated by various parsers.
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Jan 6, 2021 - C#
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
java
parser
code-generator
wiki
ide
code-analysis
ast
javadoc
syntax-tree
code-generation
javaparser
ttps
abstract-syntax-tree
javasymbolsolver
-
Updated
Feb 4, 2021 - Java
-
Updated
Feb 1, 2021 - JavaScript
A doc comment standard for TypeScript
-
Updated
Jan 29, 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
mysql
java
parser
paypal
sql
postgresql
oracle
ast
statement
hierarchy
sqlserver
sql-statement
jsqlparser
-
Updated
Feb 4, 2021 - Java
-
Updated
Jan 27, 2021 - 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.
git
java
cli
commandline
converter
parser
autocomplete
command-line
completion
annotations
ansi
executable
argument-parsing
subcommands
cli-framework
bash-completion
graalvm
ansi-colors
options-parsing
command-line-parser
native-image
-
Updated
Feb 5, 2021 - Java
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
-
Updated
Dec 13, 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