scispace - formally typeset
A

Anthony M. Sloane

Researcher at Macquarie University

Publications -  50
Citations -  2543

Anthony M. Sloane is an academic researcher from Macquarie University. The author has contributed to research in topics: Compiler & Attribute grammar. The author has an hindex of 13, co-authored 50 publications receiving 2426 citations. Previous affiliations of Anthony M. Sloane include University of Colorado Boulder & Delft University of Technology.

Papers
More filters
Journal ArticleDOI

When and how to develop domain-specific languages

TL;DR: In this article, the authors identify patterns in the decision, analysis, design, and implementation phases of DSL development and discuss domain analysis tools and language development systems that may help to speed up DSL development.
Journal ArticleDOI

Eli: a complete, flexible compiler construction system

TL;DR: The Eli’ system has been used to construct complete compilers for standard programming languages extensions tostandard programming languages, and specialpurpose languages and the term compiler when referring to language processors is used.
Book ChapterDOI

Lightweight language processing in Kiama

TL;DR: An introduction to the use of Kiama to solve typical language processing problems by developing analysers and evaluators for a simply-typed lambda calculus.

When and how to develop domain-specific languages

TL;DR: To aid the DSL developer, patterns in the decision, analysis, design, and implementation phases of DSL development are identified and patterns improve and extend earlier work on DSL design patterns.
Journal ArticleDOI

Beyond traditional program slicing

TL;DR: A model of generalised slicing is presented that allows the essence of any slicing tool to be reduced to a node marking process operating on a program syntax tree and can be implemented in a straight-forward way using tree-based techniques such as attribute grammars.