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: over 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 613
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,480
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 24
goccy/go-yaml A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. 1,217
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 153
adamserafini/zaml A fast YAML 1.2 parsing library for Python written in Zig. 104
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 739
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. 920
ptal/oak A tool for generating parsers from grammars described in a high-level syntax 143