Standard modules are built into mq — use them with include or import, no installation needed.
Module Description
jsonJSON parser and formatter
yamlYAML 1.2 parser and formatter
tomlTOML parser and formatter
xmlXML parser and formatter
csvCSV / TSV parser and formatter
hclHCL (HashiCorp Configuration Language) parser
cborCBOR binary format support
semverSemantic versioning (SemVer) utilities
sectionMarkdown section extraction helpers
tableTable rendering utilities
fuzzyFuzzy string matching
toonTOON format support
testTesting framework (assert_eq, assert_true, …)
These modules extend mq with additional parsers, utilities, and domain-specific languages.
All modules support HTTP Import — no local installation required.
import "github.com/harehare/<module-name>"
Module Description
json5.mq JSON5 — comments, trailing commas, unquoted keys
pkl.mq PKL — Apple’s configuration language, with type annotations and collection literals
kdl.mq KDL document language
ini.mq INI file parser and serializer
ndjson.mq NDJSON / JSON Lines
logfmt.mq logfmt structured log lines (key=value)
cron.mq Cron expression parser and human-readable descriptions
jwt.mq JWT decoder — inspect header and payload without verification
Module Description
dockerfile.mq Dockerfile instruction parser
k8s.mq Kubernetes manifest parser — metadata, containers, images, ports, resources
gha.mq GitHub Actions workflow parser — jobs, steps, triggers, matrix
openapi.mq OpenAPI 3.x spec parser — paths, operations, schemas, security schemes
Module Description
ansi.mq ANSI terminal escape code utilities
Module Description
lisp.mq Scheme-like Lisp interpreter
bf.mq Brainfuck interpreter