lua-users home
lua-l archive

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


Lineqpp does know anything about XML syntax.  It's just a general
preprocessor that is shown working with SVG because that was the
application that motivated me to write the program.  You can use it a
C source file if you like or even on a Lua source file.

John

On Tue, Jul 3, 2012 at 1:37 PM, Jay Carlson <nop@nop.com> wrote:
> Well, I meant wrapping in <?lineqpp whatever ?> which which would make the
> top part nicer.
>
> On Jul 3, 2012 1:27 PM, "John D. Ramsdell" <ramsdell0@gmail.com> wrote:
>>
>> That would be a pain.  Look at the example in
>>
>> https://github.com/ramsdell/lineqpp/blob/master/lineqpp.lep
>>
>> Think about doing that in pure XML.
>>
>> John
>>
>> On Tue, Jul 3, 2012 at 1:22 PM, Jay Carlson <nop@nop.com> wrote:
>> > Shouldn't you be using XML PIs?
>> >
>> > On Jul 3, 2012 7:29 AM, "John D. Ramsdell" <ramsdell0@gmail.com> wrote:
>> >>
>> >> The Linear Equations Preprocessor solves linear equations and then
>> >> substitutes the solutions into a document at prescribed locations. It
>> >> provides linear equation solving capability similar to what is
>> >> provided by MetaPost, as a general purpose preprocessor. It can be
>> >> used with SVG to specify the position of graphics objects using a set
>> >> of linear equations.
>> >>
>> >> Version 1.1 of lineqpp has been released at its new home on GitHub.
>> >>
>> >> https://github.com/ramsdell/lineqpp/downloads
>> >>
>> >> A manual is online.
>> >>
>> >> http://www.ccs.neu.edu/home/ramsdell/tools/lineqpp.html
>> >>
>> >> John
>> >>
>> >