feat(furc): implement lexer

This commit is contained in:
2026-08-05 12:34:58 +02:00
parent 4604f5186e
commit 3faafe371f
5 changed files with 297 additions and 8 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ include(GoogleTest)
file(GLOB_RECURSE FURC_TESTS "test/**.cpp")
add_executable(furc_tests ${FURC_TESTS})
target_link_libraries(furc_tests PRIVATE libfurc GTest::gtest_main)
gtest_discover_tests(furc_tests)
# gtest_discover_tests(furc_tests)