#
parser
Here are 9,214 public repositories matching this topic...
psayre23
commented
Oct 21, 2014
When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.
mischnic
commented
Mar 29, 2022
It would be great if you could try to use the same/compatible dependency version across the swc crates, for example:
[[package]]
name = "swc_cached"
version = "0.1.1"
dependencies = [
...
"dashmap 5.2.0",
]
[[package]]
name = "swc_ecma_loader"
version = "0.29.0"
dependencies = [
...
"dashmap 4.0.2",
]
[[package]]
name = "swc_ecma_transforms_react"
version = "0.100
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Feb 14, 2022 - Go
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
-
Updated
Apr 8, 2022 - Java
-
Updated
Apr 10, 2022 - JavaScript
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Feb 24, 2022 - TypeScript
Rust parser combinator framework
-
Updated
Mar 30, 2022 - 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.
nodejs
javascript
syntax-highlighting
markdown
gfm
parser
node
parse
markdown-parser
commonmark
compile
md
markdown-it
jonschlinkert
docusaurus
-
Updated
Feb 20, 2022 - JavaScript
Node.js body parsing middleware
-
Updated
Apr 3, 2022 - JavaScript
cilki
commented
Mar 28, 2022
Running a simple script like:
#!/bin/bash
echo a
through shfmt -mn
yields:
echo a
The shebang is stripped out (like a comment) which isn't ideal.
Thanks for the otherwise great library!
A web tool to explore the ASTs generated by various parsers.
-
Updated
Apr 9, 2022 - JavaScript
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
Feb 12, 2022 - Go
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
Apr 12, 2022 - Java
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Jan 23, 2022 - C#
A doc comment standard for TypeScript
-
Updated
Apr 9, 2022 - 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
Apr 10, 2022 - Java
A toy programming language written in Typescript
-
Updated
Apr 10, 2022 - 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.
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
Apr 9, 2022 - Java
The fast & forgiving HTML and XML parser
-
Updated
Apr 11, 2022 - TypeScript
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
DefinitelyTyped
definitions also mark this incorrectly as being supported still.A workaround is importing one of the structur