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
7
8
9
globalvar g
playervar P

rule "chase keyword forms":
    @Event eachPlayer
    chase(g, 10, rate=2, ChaseReeval.NONE)
    chase(g, 10, duration=3, ChaseReeval.NONE)
    chase(eventPlayer.P, 0, rate=1, ChaseReeval.NONE)
    chase(eventPlayer.P, 0, duration=1, ChaseReeval.DESTINATION_AND_DURATION)