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

Added ability to rename namespaces

This commit is contained in:
Brian Fiete 2020-05-31 07:12:17 -07:00
parent 91e0d10128
commit 014263c3a7
16 changed files with 373 additions and 78 deletions

View file

@ -309,6 +309,7 @@
<ClCompile Include="Compiler\BfIRBuilder.cpp" />
<ClCompile Include="Compiler\BfIRCodeGen.cpp" />
<ClCompile Include="Compiler\BfModuleTypeUtils.cpp" />
<ClCompile Include="Compiler\BfNamespaceVisitor.cpp" />
<ClCompile Include="Compiler\BfResolvePass.cpp" />
<ClCompile Include="Compiler\BfSource.cpp" />
<ClCompile Include="Compiler\BfConstResolver.cpp" />
@ -375,6 +376,7 @@
<ClInclude Include="Compiler\BfIRBuilder.h" />
<ClInclude Include="Compiler\BfIRCodeGen.h" />
<ClInclude Include="Compiler\BfModuleTypeUtils.h" />
<ClInclude Include="Compiler\BfNamespaceVisitor.h" />
<ClInclude Include="Compiler\BfResolvePass.h" />
<ClInclude Include="Compiler\BfSource.h" />
<ClInclude Include="Compiler\BfConstResolver.h" />