summaryrefslogtreecommitdiff
path: root/ev
blob: b5f178cf329015a04b67e788fc6436b6f2c839ca (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env awk -f

# an evaluator of code

BEGIN {
}

eval(mem, src) {
}