aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-02-01 18:36:52 +0100
committerBad Diode <bd@badd10de.dev>2022-02-01 18:36:52 +0100
commitee1a5de91c875fb66724dc21c02333bfebe2a812 (patch)
treed3eaa226816d295bb9dc48a2aed27044832ec413 /Makefile
parent3156265c7b2da8cc43fee996c0518ea274d39c8a (diff)
downloadbdl-ee1a5de91c875fb66724dc21c02333bfebe2a812.tar.gz
bdl-ee1a5de91c875fb66724dc21c02333bfebe2a812.zip
Add new syntax to lexer and prepare refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 31e98e3..dd7ca0e 100644
--- a/Makefile
+++ b/Makefile
@@ -49,11 +49,7 @@ $(BUILD_DIR):
49 mkdir -p $(BUILD_DIR) 49 mkdir -p $(BUILD_DIR)
50 50
51tests: $(BIN) 51tests: $(BIN)
52 # ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - 52 ./$(BIN) tests/constants/numbers.bdl
53 # ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt -
54 # ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt -
55 # ./$(BIN) examples/types.bdl | diff tests/types_expected.txt -
56 # ./$(BIN) examples/variables.bdl | diff tests/variables_expected.txt -
57 53
58run: $(BIN) 54run: $(BIN)
59 $(BIN) example.bdl 55 $(BIN) example.bdl