From f0198ebf9430d286ce7c9a53b703e967ce86481c Mon Sep 17 00:00:00 2001 From: lrg Date: Fri, 20 Oct 2006 10:38:22 +0000 Subject: interpreter for "little" git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@119 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/littlesemantics/little_interp.ml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/littlesemantics/little_interp.ml (limited to 'test/littlesemantics/little_interp.ml') diff --git a/test/littlesemantics/little_interp.ml b/test/littlesemantics/little_interp.ml new file mode 100644 index 00000000..de861419 --- /dev/null +++ b/test/littlesemantics/little_interp.ml @@ -0,0 +1,4 @@ + +try + Little_syntax.main Little_lex.token (Lexing.from_channel stdin) +with Parsing.Parse_error -> print_string("parsing_error\n");; -- cgit