julia

Iterable Parser Combinators for fast parsing in pure Julia

the CombinedParsers package for writing complex recursive parsers efficiently in a composable functional style

CombinedParsers.jl

Quickly write fast, recursive and type-save parser combinators in pure Julia.

GraphQLAlchemy.jl

Default over configuration GraphQL schema and API using julia type inference.

OrGitBot.jl

Julia Telegram Bot with state-machine dialog system.

Tries.jl

A Julia prefix tree. Trie is an associative data structure with keys of type `NTuple{N,K} where N` and values of type `V`.

TypeDB.jl

Default over configuration database schemas inferred from julia type (pre-alpha).

WikitextParser.jl

A fast Wikitext parser in pure julia.