Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit fdd89f0

Browse files
committed
rewrite codegen to liquid templates
1 parent bf4fd2e commit fdd89f0

19 files changed

+705
-1169
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ clean:
6363
rm -f *.$(O)
6464
rm -f *.$(A)
6565
rm -rf *.dSYM
66-
touch codegen/Cargo.toml
66+
touch codegen/build.rs
6767

6868
check:
6969
CC=$(CC) ruby assert_defs.rb bindings.hpp bindings.cpp bindings_messages.cpp bindings_nodes.cpp

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ version = "0.1.0"
99
cbindgen = "0.20.0"
1010

1111
[build-dependencies]
12-
lib-ruby-parser-nodes = {version = "0.47.0"}
12+
lib-ruby-parser-nodes = {path = "/Users/ilyabylich/Work/lib-ruby-parser/nodes"}

codegen/codegen/fns.rs

Lines changed: 0 additions & 67 deletions
This file was deleted.

codegen/codegen/fns_c.rs

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)