index
:
~wrmr/lang
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ir.h
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 'ir.h')
-rw-r--r--
ir.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 681f3ae..251c198 100644
--- a/
ir.h
+++ b/
ir.h
@@ -47,6 +47,7 @@ void type_err(struct Node *n, Lexer *l);
/* nodes */
typedef enum {
+ N_NONE,
N_START,
N_PROJ,
N_RETURN,