Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Ox

You are here: irt.org | FOLDOC | Ox

<language, tool> A preprocessor, written by Kurt Bischoff of Iowa State University, that extends and generalises the syntax and semantics of Yacc, Lex, and C. Ox's support of LALR1 grammars generalises yacc in the way that attribute grammars generalise context-free grammars. It augments Yacc and Lex specifications with definitions of synthesised and inherited attributes written in C syntax. Ox checks these specifications for consistency and completeness, and generates a program that builds and decorates attributed parse trees. Ox accepts a most general class of attribute grammars. The user may specify postdecoration traversals for easy ordering of side effects such as code generation.

(ftp://ftp.cs.iastate.edu/pub/ox/).

Info: <ox-request@cs.iastate.edu>.

["User Manual for Ox: An Attribute-Grammar Compiling System based on Yacc, Lex and C", K.M. Bischoff, TR92-30, Iowa State U, Dec 1992].

(2000-04-03)

Nearby terms: OWHY « OWL « Owl « Ox » Oz » oz » Oz-Email

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb