diff --git a/.gitignore b/.gitignore index c78a008..72115f6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ x64/ .vs/ -# Ignore user-specific files # +# Ignore runtime outputs # -*.user +*.ll +log diff --git a/IR-Generator/IR-Generator.vcxproj.user b/IR-Generator/IR-Generator.vcxproj.user new file mode 100644 index 0000000..0b615f4 --- /dev/null +++ b/IR-Generator/IR-Generator.vcxproj.user @@ -0,0 +1,13 @@ + + + + example/main.lx example/main.ll example/log + WindowsLocalDebugger + $(SolutionDir) + + + example/main.lx example/main.ll example/log + WindowsLocalDebugger + $(SolutionDir) + + \ No newline at end of file diff --git a/Parser/Parser.vcxproj.user b/Parser/Parser.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/Parser/Parser.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build-test/main.lx b/build-test/main.lx deleted file mode 100644 index de2dda0..0000000 --- a/build-test/main.lx +++ /dev/null @@ -1,2 +0,0 @@ -func main - return 375 + "heloo there" diff --git a/example/main.lx b/example/main.lx new file mode 100644 index 0000000..45be109 --- /dev/null +++ b/example/main.lx @@ -0,0 +1,2 @@ +func main + return 375 + 32