hast utility to reparse a tree
rehype plugin to reparse the tree (and raw nodes)
A parser combinator library like Parsec.
a simple boolean expression engine using reparse
reparse tweets returned by twitter API to HTML
reparse Twitter API response to HTML
Multiple swc parsings of the same file with correct spans.
Gatsby Plugin to source Yoast Sitemap data for seamless headless sites.
Import code into markdown with cq
Gatsby Plugin to source Yoast Sitemap data for seamless headless sites.
Not only other parser generators for web weren't written here, but they lack a set of features we really need:
No description provided.
reverse many of the transformations applied by minifiers and naïve obfuscators
Convert a live HTML subtree into a Figma clipboard payload that pastes losslessly into Figma.
Typst syntax definitions and parser
A micro-cms toolkit
Generates code that generates TypeScript Compiler API factory code from an AST.
parse and format that work how you actually want them to for react-final-form
Compose a structured data from unstructured text using regex-based pattern matching
Type Inference Library
Checks if a given path is a junction
Parse RandomGen programs
``import Parser from '....'``
<p align="center"> <a href="http://www.audallabs.com"> <img alt="Audal Labs Logo" src="https://static.audallabs.com/logodark.png" width="90" /> </a> </p>
AST coercion macros described in The Little Book Of Rust Macros
regex parser
This crate is for gathering useful infos about Windows entities(archives, directories or reparse point/symlinks) with developer friendly way.
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Mtime-gated file parse cache for apps that poll files and reparse on change
Org mode structural parser/emitter with an emphasis on modularity and avoiding edits unrelated to changes.
Rust bindings to WinFSP
PHP Abstract Syntax Tree (AST) node definitions
PHP lexer/tokenizer
Fast PHP parser producing a typed AST
PEG parser, syntax trees, and code generation
Lightweight syntax-layer crate for the Rust Svelte toolchain
Parses a text file and creates a word list with frequency count.
`api_rspecta` adds following helper methods to test your JSON APIs with RSpec: **JSON:** - `#json` returns parsed `last_response.body` - `#refresh_json` reparses `last_response.body` - `#print_json` to `JSON.pretty_generate` last response JSON - `#json_has_key` tells you if passed json object has a `key` - `#json_has_keys` same as above but for a list of keys - `#json_has_no_key` is opposite to `#json_has_key` **Response:** - `should_respond_ok` checks if `last_response.status` was 200 - `should_respond_created` checks if `last_response.status` was 201 - `should_respond_with_no_content` checks if `last_response.status` was 204 - `should_respond_not_authenticated` checks if `last_response.status` was 401 - `should_respond_not_authorized` checks if `last_response.status` was 403 - `should_respond_not_found` checks if `last_response.status` was 404 - `should_respond_with_error_for` checks if `last_response.status` was 422 and that `json` has `errors` for passed `field` - `should_respond_with_errors_for` same as above but for a list of errors