mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Made project work with new organisation
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,6 +3,7 @@
|
|||||||
x64/
|
x64/
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
# Ignore user-specific files #
|
# Ignore runtime outputs #
|
||||||
|
|
||||||
*.user
|
*.ll
|
||||||
|
log
|
||||||
|
|||||||
13
IR-Generator/IR-Generator.vcxproj.user
Normal file
13
IR-Generator/IR-Generator.vcxproj.user
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<LocalDebuggerCommandArguments>example/main.lx example/main.ll example/log</LocalDebuggerCommandArguments>
|
||||||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||||
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<LocalDebuggerCommandArguments>example/main.lx example/main.ll example/log</LocalDebuggerCommandArguments>
|
||||||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||||
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
4
Parser/Parser.vcxproj.user
Normal file
4
Parser/Parser.vcxproj.user
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
func main
|
|
||||||
return 375 + "heloo there"
|
|
||||||
2
example/main.lx
Normal file
2
example/main.lx
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
func main
|
||||||
|
return 375 + 32
|
||||||
Reference in New Issue
Block a user