opy-rs 0.1.7

Standalone OverPy-compatible .opy implementation with parsing, tooling, and bounded Workshop compilation.
Documentation
1
2
3
4
5
globalvar g
rule "r":
    @Event global
    @Condition len(range(1, 5, 1)) > 0
    disableInspector()