1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-07 00:36:00 +02:00

Comptime debugging

This commit is contained in:
Brian Fiete 2022-03-08 06:27:06 -08:00
parent bbb97d1490
commit ff2e40e3bf
40 changed files with 6213 additions and 443 deletions

View file

@ -214,6 +214,9 @@
<ClCompile Include="Compiler\CeMachine.cpp">
<Filter>Compiler</Filter>
</ClCompile>
<ClCompile Include="Compiler\CeDebugger.cpp">
<Filter>Compiler</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Compiler\BfAst.h">
@ -405,5 +408,8 @@
<ClInclude Include="third_party\FtsFuzzyMatch.h">
<Filter>third_party</Filter>
</ClInclude>
<ClInclude Include="Compiler\CeDebugger.h">
<Filter>Compiler</Filter>
</ClInclude>
</ItemGroup>
</Project>