aboutsummaryrefslogtreecommitdiffstats
path: root/test/littlesemantics/little_interp.ml
blob: de861419f38b82f33518433451d62bfc4bdf30ef (plain)
1
2
3
4

try 
  Little_syntax.main Little_lex.token (Lexing.from_channel stdin)
with Parsing.Parse_error -> print_string("parsing_error\n");;