aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-16 11:20:28 +0200
committerBad Diode <bd@badd10de.dev>2024-06-16 11:20:28 +0200
commitc2c8796511c90930c41700f5fcd2043a5c4405c9 (patch)
treee121750568a77ad56e599660fd340494849a01fe /Makefile
parente7cd0d47a603e4199b0ee7daa2434fc0db602bad (diff)
downloadbdl-c2c8796511c90930c41700f5fcd2043a5c4405c9.tar.gz
bdl-c2c8796511c90930c41700f5fcd2043a5c4405c9.zip
Setup initial Pratt parser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e66983..987ecd8 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(BUILD_DIR):
44 mkdir -p $(BUILD_DIR) 44 mkdir -p $(BUILD_DIR)
45 45
46run: $(BIN) 46run: $(BIN)
47 $(BIN) tests/literals.bad 47 $(BIN) tests/expressions.bad
48 48
49viz_lex: $(BIN) 49viz_lex: $(BIN)
50 $(BIN) -pl example.bdl 50 $(BIN) -pl example.bdl