mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-15 09:05:05 +01:00
things that kind of work
This commit is contained in:
parent
7087c9be0f
commit
cd73da6385
9 changed files with 55 additions and 32 deletions
|
|
@ -17,7 +17,7 @@ pub struct Ty {
|
|||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum TyKind {
|
||||
U64,
|
||||
Ptr(Box<TyKind>),
|
||||
Ptr(Box<Ty>),
|
||||
Name(String),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue