summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-24 11:23:25 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-28 12:33:29 +0300
commitf31bbc127f68a46bb4337cd4d149e1b470cb8dbb (patch)
tree0cddb0e69f03fb7c2bb7e7674a7752ca3129097a /build.rs
parentf253698b8794d9992bf075c6e4b793dca0887794 (diff)
downloadriki-f31bbc127f68a46bb4337cd4d149e1b470cb8dbb.tar.gz
feat: implement PageSpec expressions
This is just the expressions, they aren't used by any directives yet. Sponsored-by: author
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.rs b/build.rs
index 05415d9..bc369d8 100644
--- a/build.rs
+++ b/build.rs
@@ -1,3 +1,4 @@
fn main() {
+ lalrpop::process_root().unwrap();
subplot_build::codegen("riki.subplot").expect("failed to generate code with Subplot");
}