LuaJIT patch for Ubuntu 12.04

2013-11-16 Thread Charles Strahan
I came up against a couple problems compiling the latest vim source against the version of LuaJIT that Ubuntu 12.04 officially supports (2.0.0-beta9); a regexp in the autoconf file needs some tweaking to support the "-beta9" portion of version string. I've attached the patch, and reproduced it bel

Re: LuaJIT patch for Ubuntu 12.04

2013-11-16 Thread Charles Strahan
s like a charm on my 13.10 box. -Charles On Sat, Nov 16, 2013 at 8:18 PM, Charles Strahan < charles.c.stra...@gmail.com> wrote: > I came up against a couple problems compiling the latest vim source > against the version of LuaJIT that Ubuntu 12.04 officially supports > (2.0.0-beta9); a

Vim Script grammer

2011-07-11 Thread Charles Strahan
Hello, Is the Vim Script grammar documented anywhere? I'd like to write a parser. (Searching for "vim script grammar/parser" brings up grammars/parsers written _in_ vim script, unfortunately...) Thanks! -Charles -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Re: Vim Script grammer

2011-07-11 Thread Charles Strahan
Marc, Ultimately, I want ViEmu (or an alternative Visual Studio plugin) to have proper (relatively complete) support for VimL scripts. I was thinking about writing a callback driven VimL interpreter in C#. To use this interpreter, Vim clones (such as ViEmu) could provide callbacks into their envi

Re: Vim Script grammer

2011-07-12 Thread Charles Strahan
> Also think about whether you only want VimL or VimL and Vim's api (:h > functions). If you want all of them .. good luck. I don't think this > makes much sense except functions like getline or getcursor. Yeah... the latter is *sort-of* what I have in mind. I figured the various functions coul