Skip to content

Instantly share code, notes, and snippets.

View mroeder's full-sized avatar
🎯
Focusing

mroeder

🎯
Focusing
View GitHub Profile
@mroeder
mroeder / wires.eve
Last active March 14, 2017 18:44 — forked from anonymous/examples-untitled.eve
Eve - Wires
# Wires in Eve
## Logic and Detection
### Groups That Are Wires
```
search @canvas
[#group id strokes]
count[given: strokes, per: id] = 2
[#group id strokes: sensor]
sensor = [#stroke color: "red"]
@mroeder
mroeder / Arithmetic.json
Last active December 9, 2016 21:18 — forked from rtoal/Arithmetic.json
Ray's Awesome Arithmetic
[]
@mroeder
mroeder / Arithmetic.json
Last active December 8, 2016 22:07
Arithmetic Grammar for Ohm
[
{
"text": "2 * (42 - 1) / 9",
"startRule": "Exp",
"shouldMatch": true
},
{
"text": "1+2*3",
"startRule": "Exp",
"shouldMatch": true