Vadim Zaytsev aka @grammarware

Alexander Ollongren's book DYOL: Design Your Own Language

Book sourcesParsing Techniques — Alexander Ollongren

A. Ollongren, Definition of Programming Languages by Interpreting Automata, Academic Press, 1974.

@book{PT-AO,
	title     = "{Definition of Programming Languages by Interpreting Automata}",
	author    = "Alexander Ollongren",
	publisher = "Academic Press",
	isbn      = "978-0125257503",
	year      = 1974,
}
		

PT-AO is an ode to the Vienna development method, and is a side product of a project of modelling the semantics of PL/I in a formal way. It does not contain a lot of useful information on design, but the entire category of parsing books was included in our corpus to confirm that parsing in the narrow sense and language design are unrelated. This particular book is pretty realistic and mixes formal definitions with a selection of language constructs which a real world language designer may decide to use. It also covers Concurrency and Synchronisation, but surprisingly avoids the complexity of Parameter Passing discussion when formalising Subprograms. Neither PT-AO nor PT-HU mention Operator Precedence when talking about ambiguous grammars.

NB: marking was done with the Russian translation of the book, so page numbers may be slightly different!

@book{PT-AO-Russian,
	title     = "{Определение языков программирования интерпретирующими автоматами}",
	author    = "Александр Оллонгрен",
	series    = "{Математическое обеспечение ЭВМ}",
	publisher = "Мир",
	year      = 1977,
}
		

Marked:


The DYOL toolkit was created and is maintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Page last updated in March 2021.
XHTML 1.1 CSS 3