The biggest improvement in Cicada over its predecessor (Yazoo script) is the completely rewritten bytecode compiler. Along with being simpler, and much faster, Cicada’s new compiler makes the language customizable. The entire language description is now contained in two arrays in cicada.c instead of being baked into the compiler. By changing those arrays, we change the syntax of Cicada script.
Last update: May 8, 2024