tp1 énoncé traducteur RDF/Turtle vers RDF/Ntriples

This commit is contained in:
Delphine Demange
2025-01-17 07:28:54 +01:00
commit ea75c0e0ba
16 changed files with 887 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"java.server.launchMode": "Standard",
"java.gradle.buildServer.enabled": "on",
"antlr4.generation": {
"mode": "none" // Don't generate source file with the antlr4-vscode extension
},
"java.configuration.updateBuildConfiguration": "automatic",
"java.inlayHints.parameterNames.enabled": "none"
}