fix ints in ast

This commit is contained in:
nora 2022-07-05 20:34:19 +02:00
parent fb1ce74e08
commit c519241bd4
5 changed files with 22 additions and 11 deletions

View file

@ -125,16 +125,22 @@ pub enum Stmt {
pub enum TypeSpecifier {
Void,
Char,
SChar,
UChar,
Short,
UShort,
Int,
UInt,
Long,
ULong,
LongLong,
ULongLong,
Float,
Double,
Signed,
Unsigned,
LongDouble,
Bool,
Complex,
// TODO
// complex
// atomic-type-specifier
// struct-or-union-specifier
// enum-specifier