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
1afc0dd8e1
TComp
/
test
/
prog1.tc
5 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
parsing include lambda and Pass1 unifyVar
2025-08-19 23:57:14 +08:00
int a = 12;
add Pass2
2025-08-21 00:00:59 +08:00
int b = (12 + (0 - a));
int a = (15 + b);
parsing include lambda and Pass1 unifyVar
2025-08-19 23:57:14 +08:00
int d = 20;
a + d((0 - a), b)
Reference in a new issue
Copy permalink