Add janet as the scripting lang for feynman

This commit is contained in:
Sameer Rahmani 2024-03-18 18:09:41 +00:00
parent 6560a7fee0
commit a829c30424
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
5 changed files with 54948 additions and 1 deletions

View File

@ -35,7 +35,8 @@ target_compile_features(feynman PRIVATE cxx_std_20)
# Setup header directory and auto generated headers
target_include_directories(feynman
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/src/janet
)
target_include_directories(feynman SYSTEM PUBLIC

View File

@ -16,4 +16,7 @@
target_sources(feynman PRIVATE
main.cpp
janet/janet.c
janet/shell.c
)

51490
feynman/src/janet/janet.c Normal file

File diff suppressed because it is too large Load Diff

2277
feynman/src/janet/janet.h Normal file

File diff suppressed because it is too large Load Diff

1176
feynman/src/janet/shell.c Normal file

File diff suppressed because it is too large Load Diff