5 citations · 7 across the 3 of their papers we have counts for
3 papers
cs.PL2020★ 1 cited
Lake symbols for island parsing
Katsumi Okuda, Shigeru Chiba
Context: An island parser reads an input text and builds the parse (or abstract syntax) tree of only the programming constructs of interest in the text. These constructs are called…
cs.PL2020★ 5 cited
Generating a Generic Fluent API in Java
Tomoki Nakamaru, Shigeru Chiba
Context: The algorithms for generating a safe fluent API are actively studied these years. A safe fluent API is the fluent API that reports incorrect chaining of the API methods as…
cs.PL2017★ 1 cited
User-Defined Operators Including Name Binding for New Language Constructs
Kazuhiro Ichikawa, Shigeru Chiba
User-defined syntax extensions are useful to implement an embedded domain specific language (EDSL) with good code-readability. They allow EDSL authors to define domain-natural nota…