From: Lukas Krickl Date: Sat, 17 Feb 2024 05:20:38 +0000 (+0100) Subject: Added more todos X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=7f022148b876314d748a3619340bd03ad7567d1d;p=ulas%2F.git Added more todos --- diff --git a/src/ulas.h b/src/ulas.h index 633a204..01e8ea2 100644 --- a/src/ulas.h +++ b/src/ulas.h @@ -150,6 +150,8 @@ struct ulas_str { // any token before 256 is just the literal char value // primitive data types +// FIXME: split up types and operators +// TODO:add float expressions enum ulas_type { ULAS_SYMBOL = 256, ULAS_INT, @@ -454,6 +456,8 @@ enum ulas_asmregs { }; // special asm tokens for instr enum +// TODO: add more expressions types such as e8, e16, e24, e32, e64 +// as well as the corresponding addresses enum ulas_asmspetok { ULAS_E8 = -1, ULAS_E16 = -2,