mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Added alloctype(T)
This commit is contained in:
parent
a4abd54e7d
commit
9d5d5b4063
12 changed files with 95 additions and 39 deletions
|
@ -1228,6 +1228,8 @@ const char* Beefy::BfTokenToString(BfToken token)
|
|||
return "abstract";
|
||||
case BfToken_AlignOf:
|
||||
return "alignof";
|
||||
case BfToken_AllocType:
|
||||
return "alloctype";
|
||||
case BfToken_Append:
|
||||
return "append";
|
||||
case BfToken_As:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue