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
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'e')
-rwxr-xr-x
e
4
1 files changed, 4 insertions, 0 deletions
diff --git a/e b/e
new file mode 100755
index 0000000..f431109
--- /dev/null
+++ b/
e
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+eqbe < $1 | qbe > /tmp/tmp.s
+cc /usr/local/share/lib.o /tmp/tmp.s -o $2