DParser

Free and open source scannerless GLR parser generator
Download

DParser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD
  • Price:
  • FREE
  • Publisher Name:
  • John Plevyak
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 201 KB

DParser Tags


DParser Description

Free and open source scannerless GLR parser generator DParser is an simple but powerful tool for parsing. You can specify the form of the text to be parsed using a combination of regular expressions and grammar productions. Because of the parsing technique (technically a scannerless GLR parser based on the Tomita algorithm) there are no restrictions. The grammar can be right or left recursive, have any number of null productions, ambiguous, and because there is no seperate tokenizer, can include whitespace in terminals and have terminals which are prefixes of other terminals.DParser handles not just well formed computer languages and data files, but just about any wacky situation that occurs in the real world. Here are some key features of "DParser": · Powerful GLR parsing · Simple EBNF-style grammars and regular expression terminals · Priorities and associativities for token and rules · Built-in error recovery · Speculative actions (for semantic disambiguation) · Auto-building of parse tree (optionally) · Final actions as you go, or on the complete parse tree · Tree walkers and default actions (multi-pass compilation support) · Symbol table built for ambiguous parsing · Partial parses, recursive parsing, parsing starting with any non-terminal · Whitespace can be specified as a subgrammar · External (C call interface) tokenizers and external terminal scanners · Good asymptotically efficiency · Comes with ANSI-C, Python and Verilog grammars · Comes with full source · Portable C for easy compilation and linking · BSD licence, so you can included it in your application without worrying about licensing Requirements: · GNU Make What's New in This Release: · Fix 2 issues with documentation (Holger Waechtler)


DParser Related Software