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
- Host: GitHub
- URL: https://github.com/crispgm/dslr
- Owner: crispgm
- License: mit
- Created: 2018-12-12T09:34:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T03:49:28.000Z (about 3 years ago)
- Last Synced: 2025-01-23T00:06:56.452Z (about 1 year ago)
- Topics: dsl, dsl-example, ruby-dsl
- Language: Ruby
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dslr
[](https://github.com/crispgm/dslr/actions/workflows/build.yml)
[](https://codeclimate.com/github/crispgm/dslr/maintainability)
[](https://codeclimate.com/github/crispgm/dslr/test_coverage)
Simple DSL in Ruby.
## Syntax
```
add 1
sub 1
mul 10
div 5
sqrt
exp 3
```