Cleaned up Lexer

This commit is contained in:
Pasha Bibko
2025-05-07 18:10:15 +01:00
parent 6783564f10
commit 98fc4589ab
11 changed files with 246 additions and 203 deletions

View File

@@ -148,9 +148,11 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\Lexer.cpp" />
<ClCompile Include="src\LexerErrors.cpp" />
<ClCompile Include="src\Token.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="inc\Constants.h" />
<ClInclude Include="inc\LexerErrors.h" />
<ClInclude Include="inc\LexerInfo.h" />
</ItemGroup>