* [partial done] add better parser error (indicate the error location) * add string escape * [done] convert arg to string * [done] make sure quote is added for both paramters and name * support multiple line parse (just replace all \n to white space) *
ContractCase HTTP plugin CaseExample definition DSL
Types for writing the definition DSL for plugins for the ContractCase test framework
Definition DSL components for the ContractCase contract testing suite
ContractCase core function plugin DSL
Plugin framework for writing plugins for the ContractCase test framework
Tiny internal DSL which allows invocation of different functionality depending on SemVer match.
Default linter plugin for oas-validator
Javascript implementation of ANTLR Grammar for the OpenFGA DSL and parser from and to the OpenFGA JSON Syntax
OpenAPI client for @digital8/lighting-illusions-ts-sdk
A JavaScript implementation of the elasticsearch Query DSL
LWC Compiler Utilities. This software is provided as-is with no support provided.
Generates ADF and PM schemas
An elasticsearch query body builder.
A Three.js and R3F implementation of Precomputed Atmospheric Scattering
Advanced lighting WGSL modules and planning profiles for @plasius/gpu-worker.
Legend extension for Diagram DSL
Pure JavaScript game engine. Fully featured and production ready.
Liyad (Lisp yet another DSL interpreter) is very small Lisp interpreter written in JavaScript.
Legend extension for Data Space DSL
Legend extension for Text DSL
Legend extension for Persistence DSL
types library for prisma-schema-dsl
webpack {loader,plugin} for supporting vue in quickapp
DSL for shell scripts similar to Ruby's Shell class.
Andromeda is a light weight framework for complex event processing on multicore architectures. Andromeda users construct networks of plans that are interconnected via endpoint spots, describe how plans are scheduled onto threads, and process data by feeding data events to the resulting structure.
Provides a light DSL for defining strong parameters in Rails controllers
RubyCFN is a light-weight CloudFormation DSL
An extensible, concise and light weight DSL on Rake to automate data processing tasks
Taketo is an utility to aid quick access to often used servers for web-developers. Taketo uses a config written in ruby using light DSL. See http://github.com/v-yarotsky/taketo for additional instructions
An interactive iOS image viewer that does it all: double tap to zoom, flick to dismiss, et cetera.
This gem is a light weight DSL that works with rspec to allow developers to generate an OpenAPI (swagger) file based an AWS Lambda invoked by API Gateway. It works by writing a simple unit test for your lambda's code. When the test is executed, the input event and returned response are captured and used to build an OpenAPI file.
Simple chef-inspired configuration management tool. While chef is awesome, it has crazy high requirements (mainly memory-wise) for managing like 8 devices I have. Ansible would be great IF all my devices were reachable, however some are behind NATs. Jibril tries to solve both issue. It's designed to be light on the server (raspberry pi is enough), with one server (so NATs are not an issue) and ruby DSL for the configuration scripts (so like chef, I don't like the way ansible uses yaml for this).