mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 00:36:00 +02:00
Comptime debugging
This commit is contained in:
parent
bbb97d1490
commit
ff2e40e3bf
40 changed files with 6213 additions and 443 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue