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:
parent
67556c2ff6
commit
fc0fcd103f
2 changed files with 6 additions and 3 deletions
|
@ -17,6 +17,7 @@ class BfProject;
|
|||
|
||||
enum BfSyntaxToken
|
||||
{
|
||||
BfSyntaxToken_None,
|
||||
BfSyntaxToken_Token,
|
||||
BfSyntaxToken_Identifier,
|
||||
BfSyntaxToken_CharQuote,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue