This website requires JavaScript.
Explore
Help
Sign in
Paris8
/
compilateurMIPS
Archived
Watch
1
Star
0
Fork
You've already forked compilateurMIPS
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2022-12-27
. You can view files and clone it, but cannot push or open issues or pull requests.
843ba8b034
compilateurMIPS
/
tests
/
29_if-int.test
6 lines
108 B
Text
Raw
Normal View
History
Unescape
Escape
add some tests
2022-12-14 00:31:05 +01:00
void main () {
* add && * allow int in cond/loop
2022-12-22 19:15:42 +01:00
if (1) { # Même les int peuvent fonctionner dans les conditions
add some tests
2022-12-14 00:31:05 +01:00
return;
}
}
Reference in a new issue
Copy permalink