Project

boxomojo

0.0
No commit activity in last 3 years
No release in over 3 years
An internal DSL for creating/managing Hashes and Arrays. You will not use it since it only suits me tastes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Boxomojo

I use this to help make internal DSLs.

It took me 10+ years to get to this point. I'm too tired to write anymore.

    box_class = Boxomojo.new(:val, :names,:places)

    result = box_class.new {
      val 5
      names :happy
      names :sad
      places :glasgow
      places :oxford do
        names :apathy
        names :joy
      end
    }

    require "awesome_print"
    ap result, :indent=>-2

Ending Credits:

This was originally done for nodejs: v0.1.0