X-Git-Url: https://git.xandkar.net/?p=tiger.ml.git;a=blobdiff_plain;f=tiger%2Fsrc%2Flib%2Ftiger%2Ftiger.ml;h=a9a279981c18b64c449328b5b1707ab82b113847;hp=9844f2613a18678eb057fd87143043c48d16136a;hb=78c9eca51ebc5150d79f84e255a57bb9df9f82fc;hpb=1c975d0844f1b642646212180f34216af1ca8328 diff --git a/tiger/src/lib/tiger/tiger.ml b/tiger/src/lib/tiger/tiger.ml index 9844f26..a9a2799 100644 --- a/tiger/src/lib/tiger/tiger.ml +++ b/tiger/src/lib/tiger/tiger.ml @@ -1 +1,2 @@ -module Growl = struct let text = "Grrrrrrrrr!" end +module Lexer = Tiger_lexer +module Parser = Tiger_parser