From 7e4d22943fb7617eff7ff822afaf9bac424e82af Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Tue, 6 Nov 2018 10:27:37 +0100 Subject: [PATCH] make one of grammars with dos newlines --- examples2/grammar/contextFree1.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples2/grammar/contextFree1.txt b/examples2/grammar/contextFree1.txt index 9d2951551f..b157907e16 100644 --- a/examples2/grammar/contextFree1.txt +++ b/examples2/grammar/contextFree1.txt @@ -1,9 +1,9 @@ -CFG ( -{S, A, B, C}, -{a, b, c, d, e}, -{S -> C d e S e | d d B | c A, -A -> C d | b b, -B -> b a C d |, -C -> A c a | a -}, -S) +CFG ( +{S, A, B, C}, +{a, b, c, d, e}, +{S -> C d e S e | d d B | c A, +A -> C d | b b, +B -> b a C d |, +C -> A c a | a +}, +S) -- GitLab