A new general parser for extensible languages

  • Authors:
  • Ian Lewis

  • Affiliations:
  • School of Computing, University of Tasmania, Hobart, Tasmania, Australia

  • Venue:
  • MS'06 Proceedings of the 17th IASTED international conference on Modelling and simulation
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper introduces a flexible parser that is capable of parsing any context-free grammars -- even ambiguous ones. The parser is capable of arbitrary speculation and will consider all possible parses. This general parser is of particular use for the parsing of extensible languages as it allows macro programmers to forget about parsing, and concentrate on defining new syntax.