This website requires JavaScript.
Explore
Help
Sign In
saqut
/
saqut-compiler
Watch
1
Star
0
Fork
You've already forked saqut-compiler
0
Code
Issues
29
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c67246c99a
saqut-compiler
/
examples
/
semantic
/
narrowing.sqt
6 lines
90 B
Plaintext
Raw
Blame
History
// E003 — daraltma: float literal → int
int main() {
int x = 1.5;
return 0;
}
Reference in New Issue
View Git Blame
Copy Permalink