This website requires JavaScript.
Explore
Help
Sign in
yoxem
/
TComp
Watch
1
Star
0
Fork
You've already forked TComp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
95fe22459e
TComp
/
test
/
prog1.tc
6 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
add pass 4, 5, 6 and let it can print basic assembly code
2025-09-01 01:21:11 +08:00
int a = 10;
int a = 13;
add Pass2
2025-08-21 00:00:59 +08:00
int b = (12 + (0 - a));
add pass 4, 5, 6 and let it can print basic assembly code
2025-09-01 01:21:11 +08:00
int c = (14 + b);
parsing include lambda and Pass1 unifyVar
2025-08-19 23:57:14 +08:00
int d = 20;
add pass 4, 5, 6 and let it can print basic assembly code
2025-09-01 01:21:11 +08:00
a * 2 + ((b - c) - d)
Reference in a new issue
Copy permalink