The Wayback Machine - https://web.archive.org/web/20211225030727/https://github.com/topics/parser
Skip to content
#

parser

Here are 8,729 public repositories matching this topic...

dtzxporter
dtzxporter commented Oct 7, 2021

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

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 Dec 15, 2021
  • JavaScript
raylee
raylee commented Dec 23, 2021

I've been testing shell portability for a silly script of mine, and hit upon a behavior difference with the built-in command test:

for shell in sh bash dash zsh ksh csh tcsh gosh; do 
    printf "%s\t" "$shell "
    $shell -c "[ -d '' ] && echo true || echo false"
done
sh 	false
bash 	false
dash 	false
zsh 	false
ksh 	false
csh 	false
tcsh 	false
gosh 	true
picocli

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 23, 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.

Curate this topic

Add this topic to your repo

To associate your repository with the parser topic, visit your repo's landing page and select "manage topics."

Learn more