yaml-peg

YAML parser

A PEG parser for YAML written in Rust.

PEG parser for YAML written in Rust 🦀

GitHub

10 stars
4 watching
0 forks
Language: Rust
last commit: about 3 years ago
Linked from 1 awesome list

grammarhacktoberfestparserparsingparsing-expression-grammarpegrustyaml

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
chyh1990/yaml-rust A pure Rust implementation of the YAML 1.2 specification 610
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,467
yaml/adayaml An experimental implementation of the YAML 1.3 standard in Ada. 37
perlpunk/yaml-pp-p5 A modular YAML processor for parsing and generating YAML 1.2 documents 23
goccy/go-yaml A YAML parser and encoder for the Go programming language. 1,179
jdonnerstag/vlang-yaml Native YAML parsing and loading functionality in Vlang 24
tanakh/peggy A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities 93
kubkon/zig-yaml A YAML parser for Zig programming language 146
adamserafini/zaml A fast YAML 1.2 parsing library for Python written in Zig. 102
pandastrike/yaml-cli A simple command-line utility for parsing and modifying YAML files. 86
yakaz/yamerl An Erlang-based parser for human-friendly data serialization formats YAML and JSON 205
toml-rs/toml Tools and utilities for parsing and editing TOML configuration files in Rust 729
jasom/nyaml A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures. 26
yhirose/cpp-peglib A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. 903
ptal/oak A tool for generating parsers from grammars described in a high-level syntax 142