X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tiger%2Fsrc%2Flib%2Ftiger%2Ftiger.ml;h=a9a279981c18b64c449328b5b1707ab82b113847;hb=cb00a20dd1203e44609285b3e14e0e28cef2c06c;hp=9844f2613a18678eb057fd87143043c48d16136a;hpb=1c975d0844f1b642646212180f34216af1ca8328;p=tiger.ml.git 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