Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
EL1
Jump to user comments
Extensible Language One. An extensible language by
B. Wegbreit of Harvard ca 1974. EL1 is internally somewhat
Lisp-like, but fully typed with records and pointers. The
external syntax is ALGOL-like and extensible, supporting
user-defined data structures, control structures and
operations. The parser is table-driven, with a modifiable
set of productions. Used as the basis for the ECL