From a99986ec4c903f116a5ed264f5cbbcba954c9338 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Wed, 25 Sep 2024 12:18:02 +0200 Subject: Can parse and evaluate multiple expressions from a single input --- rust/sample/test.txt | 6 +++++- rust/sample/test_normal.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 rust/sample/test_normal.txt (limited to 'rust/sample') diff --git a/rust/sample/test.txt b/rust/sample/test.txt index 3cacc0b..76dc68a 100644 --- a/rust/sample/test.txt +++ b/rust/sample/test.txt @@ -1 +1,5 @@ -12 \ No newline at end of file +12 +foo + true + +(x x) diff --git a/rust/sample/test_normal.txt b/rust/sample/test_normal.txt new file mode 100644 index 0000000..00abde9 --- /dev/null +++ b/rust/sample/test_normal.txt @@ -0,0 +1 @@ +((lam x 1) ((lam x (x x)) (lam x (x x)))) -- cgit v1.2.3