A basic intent parser designed for Project Abigail.
Lightweight intent parser & solver SDK for blockchain transactions — parse natural language into structured intents, solve cross-chain bridges, and settle on-chain
A JavaScript parser
the mighty option parser used by yargs
A utility package to parse strings
Node.js body parsing middleware
An ESLint custom parser which leverages TypeScript ESTree
Parse PlantUML with JavaScript or TypeScript
> Selector parser with built in methods for working with selector strings.
Range header field string parser
No description provided.
Validate XML, Parse XML, Build XML without C/C++ based libraries
An inline style parser.
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment
Streaming, source-agnostic EventSource/Server-Sent Events parser
A parser to Amazon Resource Names
Algorithms to help you parse CSS from an array of tokens.
A pure JS HTTP parser for node.
Streaming HTML parser with scripting support.
Babel plugin which switches Babel to use the Hermes parser.
TypeScript definitions for yargs-parser
ESLint parser that allows for linting of experimental syntax transformed by Babel
Parser for the client for the realtime Engine
socket.io protocol parser
PEG parser and typed AST for the IntentLang specification language
Semantic analyzer and type checker for IntentLang specifications
Markdown and HTML renderer for IntentLang specifications
Agent IR lowering, verification, and audit bridge for IntentLang
CLI toolchain for IntentLang: check, render, compile, verify, audit, query, lock, fmt, generate, init
Natural language to IntentLang spec generation via LLM (Layer 0)
A rules-based natural language intent parser written in pure Ruby.
A trainable natural language parser that extracts intent and entities from utterances.
RedParse is a ruby parser (and parser-compiler) written in pure ruby. Instead of YACC or ANTLR, it's parse tool is a home-brewed language. (The tool is (at least) LALR(1)-equivalent and the 'parse language' is pretty nice, even in it's current form.) My intent is to have a completely correct parser for ruby, in 100% ruby. And I think I've more or less succeeded. Aside from some fairly minor quibbles (see below), RedParse can parse all known ruby 1.8 and 1.9 constructions correctly. Input text may be encoded in ascii, binary, utf-8, iso-8859-1, and the euc-* family of encodings. Sjis is not yet supported.