phodal/chapi

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
settings.gradle.kts
scripts/compile-typescript.sh
scripts/compile-groovy.sh
scripts/compile-cpp.sh
scripts/compile-antlr.sh
gradlew.bat
gradlew
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.jar
gradle/publications.gradle
gradle/chapi-module.gradle
gradle.properties
docs/usecases/usecases.md
docs/usecases/dependency-visualization.md
docs/usecases/code-linter.md
docs/usecases/code-chunk.md
docs/quick-start.md
docs/logo.svg
docs/home.md
docs/_config.yml
docs/CNAME
chapi-parser-toml/src/test/kotlin/chapi/parser/toml/TomlAnalyserTest.kt113
B
4 hrs
chapi-parser-toml/src/main/kotlin/chapi/parser/toml/TomlType.kt37
A
0 mins
chapi-parser-toml/src/main/kotlin/chapi/parser/toml/TomlListener.kt81
A
0 mins
chapi-parser-toml/src/main/kotlin/chapi/parser/toml/TomlAnalyser.kt19
A
3 hrs
chapi-parser-toml/src/main/antlr/TomlParser.g4
chapi-parser-toml/src/main/antlr/TomlLexer.g4
chapi-parser-toml/build.gradle.kts
chapi-parser-toml/README.md
chapi-parser-cmake/src/test/kotlin/chapi/parser/cmake/CMakeBasicListenerTest.kt15
A
0 mins
chapi-parser-cmake/src/main/kotlin/chapi/parser/cmake/CMakeBasicListener.kt17
A
0 mins
chapi-parser-cmake/src/main/kotlin/chapi/parser/cmake/CMakeAnalyser.kt19
A
3 hrs
chapi-parser-cmake/src/main/antlr/CMake.g4
chapi-parser-cmake/build.gradle.kts
chapi-parser-cmake/README.md
chapi-helper/src/test/kotlin/chapi/ast/helper/TreeViewerTest.kt13
A
0 mins
chapi-helper/src/main/kotlin/chapi/ast/helper/TreeViewer.kt37
A
0 mins
chapi-helper/build.gradle.kts
chapi-domain/src/test/kotlin/chapi/infra/StackTest.kt47
A
0 mins
chapi-domain/src/test/kotlin/chapi/domain/expr/ExpressionTest.kt184
A
0 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodePropertyTest.kt12
A
0 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodeProjectTest.kt17
A
0 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodePackageInfoTest.kt10
A
0 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodeMemberTest.kt46
B
5 hrs
chapi-domain/src/test/kotlin/chapi/domain/core/CodeImportTest.kt9
A
55 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodeFunctionTest.kt63
A
45 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodeFieldTest.kt9
A
55 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodeDataStructTest.kt77
B
4 hrs
chapi-domain/src/test/kotlin/chapi/domain/core/CodeContainerTest.kt27
A
45 mins
chapi-domain/src/test/kotlin/chapi/domain/core/CodeCallTest.kt53
A
2 hrs