summary refs log tree commit diff
path: root/source/mod_student/plugin.ml
diff options
context:
space:
mode:
Diffstat (limited to 'source/mod_student/plugin.ml')
-rw-r--r--source/mod_student/plugin.ml14
1 files changed, 5 insertions, 9 deletions
diff --git a/source/mod_student/plugin.ml b/source/mod_student/plugin.ml
index 41487d3..33e2f27 100644
--- a/source/mod_student/plugin.ml
+++ b/source/mod_student/plugin.ml
@@ -28,21 +28,17 @@ module Plugin : PLUGIN = struct
   let make_spill_costs_analysis = None
 
   let lexer_and_parser = None
+
   (*
-   * Przenieś pliki parser.mly oraz lexer.mll z poprzedniego rozwiązania 
-   * i odkomentuj poniższą linijkę.
-   *
-   * Przenoszenie rozwiązania nie jest wymagane. Pamiętaj, że możesz napotkać
-   * trudności gdy rozwiązanie z poprzedniej pracowni okaże się nie do końca
-   * kompatybilne z kształtem danych oczekiwanym przez resztę modułów
-   * kompilatora.
-   *
   let lexer_and_parser = Some (module LexerAndParser : LEXER_AND_PARSER)
    *)
 
+  let make_typechecker = None
+  (*
   let make_typechecker = Some (module Typechecker.Make : MAKE_TYPECHECKER)
+   *)
 
-  let make_translator = None
+  let make_translator = Some (module Translator.Make : MAKE_TRANSLATOR)
 
   let make_jump_threading = None