Skip to content

Commit 960375b

Browse files
authored
Version 5
1 parent 2bf7c37 commit 960375b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Onion/SourceCode/Parser/Lexer.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System;
1+
/* author - bas1c1 */
2+
using System;
23
using System.Collections.Generic;
34
using System.Linq;
45
using System.Text;
@@ -391,3 +392,4 @@ private void addToken(TokenType type, string text)
391392
}
392393
}
393394
}
395+
/* author - bas1c1 */

0 commit comments

Comments
 (0)