instaparse
Grammar parser
A Clojure library that converts context-free grammar notations into executable parsers
3k stars
68 watching
149 forks
Language: Clojure
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A parser generator framework for Rust that uses LR(1) parsing by default, allowing compact and readable grammar definitions. | 3,106 |
| A parsing toolkit that provides a flexible and modular way to parse context-free languages in Python | 4,971 |
| An unsupervised text tokenizer that segments input text into subwords and detokenizes output based on a predefined vocabulary size. | 10,366 |
| A Clojure-based natural language processing library for parsing and structuring text input into meaningful data. | 159 |
| Tools for processing and transforming markdown text into various formats. | 7,778 |
| A community-driven coding style guide for the Clojure programming language. | 4,019 |
| A toolkit for creating and using natural language prompts to enable large language models to generalize to new tasks. | 2,718 |
| A tool to help developers improve their English writing skills by detecting and suggesting corrections for grammatical errors in text. | 4,964 |
| Automates the process of building parsers in OCaml with minimal boilerplate code | 125 |
| An Emacs extension that enables interactive Clojure development with support for compilation, debugging and code completion. | 3,554 |
| Guides software developers on how to effectively use and build systems around Large Language Models like GPT-4. | 8,487 |
| A declarative programming language for building web applications with minimal syntax and built-in bundling capabilities. | 6,322 |
| A tool for transforming and analyzing natural language text into structured data using syntax trees | 2,363 |
| A JavaScript library that allows developers to create regular expressions in a human-readable and programmatic way. | 4,630 |
| A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |