This website requires JavaScript.
Explore
Help
Sign in
dawids
/
lang-bootstrap
Watch
1
Star
0
Fork
You've already forked lang-bootstrap
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0a14c8ca2a
lang-bootstrap
/
05
/
main.c
8 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
local variables
2022-02-12 12:03:00 -05:00
static
char
x
=
-
2
;
codegen for global variables
2022-02-12 11:37:40 -05:00
fixed prefix -- parsing; codegen for unary + - ~ !
2022-02-11 13:52:19 -05:00
long
main
(
int
argc
,
char
*
*
argv
)
{
local variables
2022-02-12 12:03:00 -05:00
int
y
=
38
;
int
z
=
y
+
x
;
return
z
+
x
;
start codegen
2022-02-09 22:44:27 -05:00
}
Reference in a new issue
Copy permalink