alexnask / nagaqueen

leg grammar for ooc

Home Page:http://ooc-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nagaqueen: a peg grammar for ooc

why a grammar?

does it work?

it parses a basic set of the ooc language, and it's updated frequently as we make progress on rock as well

what is peg/leg/greg?

greg is _why's re-entrant fork of Ian Piumarta's peg/leg, then forked again by nddrylliog to fix a few bugs (since _why is gone) and add features.

peg and leg are tools for generating recursive-descent parsers. for more infos, see http://piumarta.com/software/peg

how to test it?

don't be shy. open the grammar, modify it to see the effects. it can't hurt, and is actually pretty simple to understand =)

have fun!

About

leg grammar for ooc

http://ooc-lang.org/


Languages

Language:ooc 99.7%Language:Shell 0.3%