Parser for Plorth programming language
-
Updated
Jan 27, 2018 - TypeScript
A parser turns its input (often text in form of a file) into a more advantageous representation (usually a certain data structure in memory) to perform a specific task.
Common examples include:
Parser for Plorth programming language
v2 rewrite of bladejs, just for fun
JavaScript bindings for the Orbit configuration language.
Command line interface argument parser built around the conventional GNU concept of a prefix character used to denote operands, flags, and options.
Tool for creating Letterboxd lists from IMDb advanced search results
A simple and easy way to check and parse an javascript object without pain and with vue-like props schemas. With type checker, exists checker, default setter and custom validator.
TypeScript-first toolkit for Tree-sitter grammars. Generate type-safe SDKs with full IDE support.
A lightweight JavaScript & TypeScript wrapper for searching and fetching Wikipedia articles
My JS parser experiment to learn how parsing works
Parse dimension strings to their numerical value
Parse a given URL and return an abstract syntax tree
catala language parser and compiler in webassembly/js
A JSON parser written in Javascript using parser combinators.