opy-rs 0.1.6

Standalone OverPy-compatible .opy implementation: lexer, CST/parser, preprocessing, semantic resolution, and Opy HIR lowering (Workshop-independent).
Documentation
1
2
3
4
5
6
globalvar g
rule "r":
    @Event eachPlayer
    @Condition eventPlayer.getCurrentHero() != null
    @Condition eventPlayer.hasStatusEffect(Status.BURNING) == false
    disableInspector()