lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


----- Original Message -----
From: Jeff Pohlmeyer
Date: 3/14/2008 4:28 PM
On Fri, Mar 14, 2008 at 4:48 PM, Eric Tetz <erictetz@gmail.com> wrote:

http://mcpp.sourceforge.net/  has a small preprocessor
that can be built as a shared (or static) library.
In fact, FWIW, the Subversion build of LuaPlus has an mcpp module built in...

require 'mcpp'

result, output, errors = mcpp.preprocess( args go here )

Josh