Wirth's PL/0 as a ParserLib Example
Published 2022-02-12
Jörg has pointed me to Niklaus Wirth's PL/0, an educational programming language, serving as an example of how to construct a compiler. So I have added a PL/0 implemetation to the ParserLib examples, illustrating how to use the tokenizer and expression parser.
AndroidSvg with Jetpack Compose
Published 2021-08-18
The most straightforward way to render AndroidSvg images inside Jetpack Compose is to wrap a SvgImageView in an AndroidView. This post shows how to reduce some of the corresponding ovrhead.
A blast from the Past
Published on 2020-06-28
Reflections on our Quake II WebGL/GWT port