index
:
taiga
master
An implementation of Appel's Tiger language in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
semantic
/
types.rs
blob: 3e31b041c1bff49f440f0a9b9bda5bf52424365c (
plain
)
1
2
3
4
5
6
7
#[derive(Clone,Copy,Debug)] pub enum Ty { Int, String, Nil, Unit, }