Skip to content

Files

Latest commit

57e3da6 · Jul 6, 2023

History

History

compiler

A fake compiler example, mimicking the interface of something like bazel or gradle.

This demo helps showcase the aside function, which allows one to generate extra text that appears before the active, dynamically updating text. Here, the dynamic text is the state of the threads, while the static text is a trail of "compilation succeeded" and "compilation failed" messages.

Example in action