SkillAgentSearch skills...

Binarylang

Binary parser/encoder DSL

Install / Use

/learn @sealmove/Binarylang
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

BinaryLang

BinaryLang is an extensible Nim DSL for creating binary parsers/encoders in a symmetric fashion.

It supports syntax for creating simple common parsers (ints, floats, strings), as well as ways for synthesizing more complex parsers out of simpler ones. Therefore, it is similar to a parser combinator framework.

Moreover, you can mix DSL-generated parsers with custom ones and extend the DSL using nim templates.

Documentation

Related Skills

View on GitHub
GitHub Stars63
CategoryOperations
Updated3mo ago
Forks0

Languages

Nim

Security Score

92/100

Audited on Dec 19, 2025

No findings