From 8e1fa45a4422984b836b458f6fdea164b50c17e2 Mon Sep 17 00:00:00 2001 From: Pasha Bibko <156938226+PashaBibko@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:23:30 +0100 Subject: [PATCH] Made project work with new organisation --- .gitignore | 5 +++-- IR-Generator/IR-Generator.vcxproj.user | 13 +++++++++++++ Parser/Parser.vcxproj.user | 4 ++++ build-test/main.lx | 2 -- example/main.lx | 2 ++ 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 IR-Generator/IR-Generator.vcxproj.user create mode 100644 Parser/Parser.vcxproj.user delete mode 100644 build-test/main.lx create mode 100644 example/main.lx 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