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 "chase reevaluation domain selection":
    @Event global
    chase(g, 10, rate=2, ChaseReeval.DESTINATION_AND_RATE)
    chase(g, 10, duration=3, ChaseReeval.DESTINATION_AND_DURATION)