rafaelp / minimal-dsl-example
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit b6cd28f74c3769bd48460805fa2d3330f93a528c
tree c41d566f3e15f7d3248568e3fbc57b3dea2570ee
parent 443caf2eb831157c18d2ee02b44c99631ecb007a
tree c41d566f3e15f7d3248568e3fbc57b3dea2570ee
parent 443caf2eb831157c18d2ee02b44c99631ecb007a
| name | age | message | |
|---|---|---|---|
| |
MIT_LICENSE | ||
| |
README.mkdn | ||
| |
invalid_config.rb | ||
| |
parser.rb | ||
| |
run.rb | ||
| |
valid_config.rb |
README.mkdn
Minimal DSL Example
This is just a few lines of code demonstrating the basic of a DSL implemented in Ruby. I needed to do that at Myfreecomm and decided to publish the code for people who are beginning with that.
USAGE
ruby run.rb
LICENSE
Minimal DSL Example is released under the MIT License.
AUTHOR
Rafael Lima
Working at Myfreecomm
Blog: http://rafael.adm.br
Podcast: http://rafael.adm.br/voltandopracasa
Github: http://github.com/rafaelp
Twitter: http://twitter.com/rafaelp

