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
3db0956b19
lang-bootstrap
/
05
/
main.c
4 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
fixed prefix -- parsing; codegen for unary + - ~ !
2022-02-11 13:52:19 -05:00
long
main
(
int
argc
,
char
*
*
argv
)
{
subtraction codegen
2022-02-11 23:39:54 -05:00
return
(
double
*
)
808
-
(
double
*
)
792
;
start codegen
2022-02-09 22:44:27 -05:00
}
Reference in a new issue
Copy permalink