index
:
sil
master
Simple programming language, compiling to ABC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.sil
blob: 8f6b3716cad7e812a512ace0db90237dbb7a4fcd (
plain
) (
blame
)
1
2
3
4
5
Int
main
()
{
Int
x
;
x
:=
100
;
return
x
;
}