«« Next » « Previous
«« Next » « Previous

Link Details

DZone can't read your mind. Tell us what you like! Login and vote now.
Link 26192 thumbnail

By bloid
via chrisseaton.com
Published: Jun 18 2007 / 03:15

Katahdin employs the theory of parsing expression grammars and packrat parsing. Unlike other contemporary work, Katahdin applies these techniques at runtime to allow the grammar to be modified by a running program. New constructs such as expressions and statements can be defined, or a new language can be implemented from scratch. It is built as an interpreter on the Mono implementation of the .NET framework.
  • 14
  • 1
  • 1463
  • 256

Comments

Add your comment
User 180410 avatar

Mihai Campean replied ago:

0 votes Vote down Vote up Reply

This is an interesting concept, too bad the language creator decided to discontinue development for it...perhaps a community will form around to put it to good use.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.