index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.toc
blob: 74980c0569559d7ff6bf9d4fe752a6d7a2f928c4 (
plain
)
1
2
3
4
5
6
7
f ::= fn(t::=, x :t) t { x + 1 }; main ::= fn() { f(13); };