From 5377fdcc88813e6e29fe895c254e052f40319ad8 Mon Sep 17 00:00:00 2001 From: Minh VU Date: Fri, 7 Feb 2025 15:35:42 +0100 Subject: [PATCH] ok --- src/main/antlr/TurtleLexer.g | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/antlr/TurtleLexer.g b/src/main/antlr/TurtleLexer.g index 387f474..9b499f7 100644 --- a/src/main/antlr/TurtleLexer.g +++ b/src/main/antlr/TurtleLexer.g @@ -12,12 +12,18 @@ options { } -LC : '<' +LC : '<' + ; RC : '>' + ; P: '.' + ; V: ',' + ; SEMI: ';' + ; G: '"' + ; prog : bloc EOF ; bloc : sujet listvc P