From 43861f9d91782d864dc9866eee1d39288bb3a76d Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 10 Oct 2021 18:03:56 +0200 Subject: Add list manipulation primitives --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a3168b..39d2fe0 100755 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ run: $(BIN) tests: $(BIN) ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt - + ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt - # Remove build directory. clean: -- cgit v1.2.1