1
0
Fork 0
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:
Brian Fiete 2020-08-12 15:07:56 -07:00
parent a4abd54e7d
commit 9d5d5b4063
12 changed files with 95 additions and 39 deletions

View file

@ -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: