From 66ea3a9d35641a836172b64a976d41a912e2d329 Mon Sep 17 00:00:00 2001 From: Jakub Pokrywka Date: Sun, 2 Jan 2022 21:44:12 +0100 Subject: [PATCH] fix --- thrax_example.grm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thrax_example.grm b/thrax_example.grm index e20941e..eeb6fb4 100644 --- a/thrax_example.grm +++ b/thrax_example.grm @@ -1,5 +1,7 @@ # thraxcompiler --input_grammar=thrax_example.grm --output_far=example.far # thraxrewrite-tester --far=example.far --rules=First +# +# przykłady z https://www.cs.jhu.edu/~jason/465/hw-ofst/hw-ofst.pdf Zero = "0"; One = "1";