Articles for the DSL tag
-
@gql-x/Composer: Building GraphQL Strings Without the Bookkeeping
A fresh, zero-dependency DSL for assembling GraphQL queries from JavaScript values, where variables are declared at their point of use and the builder handles the tedious header bookkeeping.
-
Ohm: The Parsing Toolkit That Finally Makes Grammars Fun
Most parsing libraries ask you to mash grammar rules and code logic into one tangled mess. Ohm takes the radical stance that grammars should just describe syntax, period. The result is a parsing toolkit that is cleaner, more reusable, and honestly kind of enjoyable to work with.