Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed May 6, 2024
1 parent d1ebe0e commit 101c17c
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 138 deletions.
19 changes: 5 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions examples/simple_exprs.tk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/usr/bin/env tako
// test: all

0

(0)

((0));

{};

[];

[{}];

[[]];

{{}};

({});

print({});
2 changes: 1 addition & 1 deletion takolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ melior = { version = "0.17.0", optional = true }
smallvec = { version = "2.0.0-alpha.5" }
llamada = { path = "../llamada", features = [ ] }
better-std = { path = "../better-std", features = [ ] }
test-each = "0.2.1"
test_each_file = "0.3.2"

[dev-dependencies]
strum = "0.26.2"
Expand Down
Loading

0 comments on commit 101c17c

Please sign in to comment.