Project

dslkit

0.0
No commit activity in last 3 years
No release in over 3 years
This library contains recurring patterns, that are useful in the creation of internal Domain Specific Languages (DSL) in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1.8
>= 0

Runtime

~> 0.6
 Project Readme

DSLKit - Building Blocks for Domain Specific Languages (DSL)¶ ↑

Description¶ ↑

This library contains recurring patterns, that are useful in the creation of internal Domain Specific Languages (DSL) in Ruby.

Author¶ ↑

Florian Frank <flori@ping.de>

License¶ ↑

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation: www.gnu.org/copyleft/gpl.html

Download¶ ↑

The latest version of this library can be downloaded at

Online Documentation should be located at

Examples¶ ↑

Some nice examples on how to use dslkit are located in the examples/ subdirectory of this library.