An open API service indexing awesome lists of open source software.

https://github.com/crispgm/dslr

Simple DSL in Ruby
https://github.com/crispgm/dslr

dsl dsl-example ruby-dsl

Last synced: about 1 year ago
JSON representation

Simple DSL in Ruby

Awesome Lists containing this project

README

          

# dslr

[![build](https://github.com/crispgm/dslr/actions/workflows/build.yml/badge.svg)](https://github.com/crispgm/dslr/actions/workflows/build.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/8aab6c4f45edb479a041/maintainability)](https://codeclimate.com/github/crispgm/dslr/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8aab6c4f45edb479a041/test_coverage)](https://codeclimate.com/github/crispgm/dslr/test_coverage)

Simple DSL in Ruby.

## Syntax

```
add 1
sub 1
mul 10
div 5
sqrt
exp 3
```