feature(iw7): builtins & tokens additions (#47)

This commit is contained in:
simon 2023-02-10 22:45:52 +11:00 committed by GitHub
parent 4fc912b91a
commit 2140772f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 82499 additions and 637 deletions

View File

@ -14,7 +14,7 @@ namespace xsk::gsc::iw7
constexpr usize code_count = 153;
constexpr usize func_count = 807;
constexpr usize meth_count = 1500;
constexpr usize token_count = 5;
constexpr usize token_count = 682;
constexpr u32 max_string_id = 0x13FCC;
class context : public gsc::context

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff