index
:
e.git
master
a small programming language made with yacc and qbe
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e
blob: f431109277f8f6f235edc2aada1cfeb828a05e3b (
plain
)
1
2
3
4
#!/bin/sh eqbe < $1 | qbe > /tmp/tmp.s cc /usr/local/share/lib.o /tmp/tmp.s -o $2