Handling the Complexities of a Real-World Language: A Harmonia Language

  • Authors:
  • Stephen A. McCamant

  • Affiliations:
  • -

  • Venue:
  • Handling the Complexities of a Real-World Language: A Harmonia Language
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

The syntax of popular programming languages often includes features that don''t conform to the simplest models of program translation. Though designed to be easy for conventional compilers to handle, these features can cause trouble for language analysis in other environments. In implementing support for the C language within the Harmonia incremental framework, we''ve needed unconventional approaches to deal with the language''s quirks. Closely following the language specification, we describe how a flex-based lexer, an ambiguous context-free grammar, and an object-oriented syntax-tree based analysis can be built to function well in a text editor or other interactive environment. By resolving syntactic ambiguities during name resolution, we collect accurate semantic information about identifiers and types, providing the basis for enhanced services in our augmented version of XEmacs.