[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: MoonScript, a language that compiles to Lua
- From: Michal Kottman <k0mpjut0r@...>
- Date: Fri, 19 Aug 2011 22:31:08 +0200
On 19 August 2011 21:52, leaf corcoran <leafot@gmail.com> wrote:
> Just vim so far: http://moonscript.org/#extras_and_addons
>
>
> On Thu, Aug 18, 2011 at 9:19 AM, Patrick Mc(avery
> <patrick@spellingbeewinnars.org> wrote:
>> Hi Leaf
>>
>> Is there a syntax file for an editor?-Patrick
>>
Since Moonscript is based on LPeg itself, why not try making a
Scintillua [1] / TextAdept [2] style lexer, which also uses LPeg? The
documentation can be found here [3].
[1] http://code.google.com/p/scintillua/
[2] http://code.google.com/p/textadept/
[3] http://caladbolg.net/luadoc/textadept/modules/lexer.html
- References:
- MoonScript, a language that compiles to Lua, leaf corcoran
- Re: MoonScript, a language that compiles to Lua, Axel Kittenberger
- Re: MoonScript, a language that compiles to Lua, Lorenzo Donati
- Re: MoonScript, a language that compiles to Lua, Axel Kittenberger
- Re: MoonScript, a language that compiles to Lua, Patrick Mc(avery
- Re: MoonScript, a language that compiles to Lua, leaf corcoran