Project
ppr
Preprocessor in Ruby: provides a Ruby class named Rpp which implements a text preprocessor where macros are specified in Ruby language.
Usage:
ppr = Ppr::Preprocessor.new(<configuration options if any>) ;
ppr.preprocess(<input stream to preprocess>, <output stream where to write the preprocessing result>)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Licenses
MIT