We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa882c commit 50d1915Copy full SHA for 50d1915
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+commit 9fa882c7811ec4b4b2bc9304ce8d491143603160
2
+Author: Alexeev Bronislav <alexeev.dev@mail.ru>
3
+Date: Mon Aug 4 07:39:39 2025 +0700
4
+
5
+ add input parser and update dependencies, and fix codestyle
6
7
commit b8c66cd7b406e1bdea693022cfb21ae5c18cbfb7
8
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
9
Date: Mon Aug 4 06:48:18 2025 +0700
CMakeLists.txt
@@ -17,7 +17,7 @@ include(cmake/variables.cmake)
17
18
add_library(
19
sleaf-llvm_lib OBJECT
20
- source/lib.cpp
+ source/input_parser.cpp
21
)
22
23
target_include_directories(
0 commit comments