Donate Share

The Narwhal Compiler Suite

Project News for The Narwhal Compiler Suite

  • Initial Release of Parser Generator

    The Narwhal Project has released a C implementation of a Packrat Parser using Parsing Expression Grammars, based on the work of Bryan Ford (http://pdos.csail.mit.edu/~baford/packrat/).

    2006-08-24 21:41:13 UTC by kulibali

  • Parser Generator Under Development

    What I'm working on in my copious spare time is a parser generator that generates recursive descent parsers with memoization ("packrat parsers") using Parsing Expression Grammars instead of (E)BNF (see http://pdos.csail.mit.edu/~baford/packrat/).

    The parser generator can now parse grammar files that contain PEG's (using a hand-written parser), and I'm working on the C parser generator.

    Eventually this parser generator will be used to implement front-ends for the Narwhal Compiler Suite.

    2006-07-07 22:39:13 UTC by kulibali