module Language = struct let name = "DSR" module Parser = Dsrparser module Lexer = Dsrlexer module Ast = Dsrast module Pp = Dsrpp module Interpreter = Dsrinterp end;; module Application = Application.Make(Language);; Application.main ();;