1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed to tuple name parsing

This commit is contained in:
Brian Fiete 2020-09-29 05:11:23 -07:00
parent 67556c2ff6
commit fc0fcd103f
2 changed files with 6 additions and 3 deletions

View file

@ -17,6 +17,7 @@ class BfProject;
enum BfSyntaxToken
{
BfSyntaxToken_None,
BfSyntaxToken_Token,
BfSyntaxToken_Identifier,
BfSyntaxToken_CharQuote,