Jump to content

Compiler Description Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TuringBirds (talk | contribs) at 13:06, 15 March 2007 (Created page with 'Compiler Description Language, or CDL, is a language based on affix grammars. It is intended for the development of compilers. It is very limited in its capabilitie...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Compiler Description Language, or CDL, is a language based on affix grammars. It is intended for the development of compilers. It is very limited in its capabilities and control flow. Although the language looks a bit like Prolog, control flow is entirely based on success/failure: there is not a logical NOT-operator in CDL3.