Re: C preprocessing in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C preprocessing in Lua
- From: Joshua Jensen <jjensen@...>
- Date: 2008年3月14日 17:26:11 -0600
----- 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