From ee1a5de91c875fb66724dc21c02333bfebe2a812 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 1 Feb 2022 18:36:52 +0100 Subject: Add new syntax to lexer and prepare refactor --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31e98e3..dd7ca0e 100644 --- a/Makefile +++ b/Makefile @@ -49,11 +49,7 @@ $(BUILD_DIR): mkdir -p $(BUILD_DIR) 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 - - # ./$(BIN) examples/types.bdl | diff tests/types_expected.txt - - # ./$(BIN) examples/variables.bdl | diff tests/variables_expected.txt - + ./$(BIN) tests/constants/numbers.bdl run: $(BIN) $(BIN) example.bdl -- cgit v1.2.1