consts in raylib.zr

This commit is contained in:
2026-02-12 14:10:42 +01:00
parent d0a4fb7293
commit af0ae49abe
4 changed files with 18 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ pub enum Expr {
},
}
// TODO: currently they are all just 8 byte values
// TODO: currently they are all just 64 bit values
static TYPES: [&str; 7] = ["void", "u8", "i64", "str", "bool", "ptr", "array"];
pub struct Parser {