Skip to content

Commit

Permalink
feat: Add functions
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Nov 18, 2024
1 parent 27c342f commit 4d9d285
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ This is a lightweight, no-dependency crate, backed entirely by [declarative macr

- [Statements](https://docs.rs/rukt/latest/rukt/eval/macro.block.html)
- [Expressions](https://docs.rs/rukt/latest/rukt/eval/macro.expression.html)
- [Operators](https://docs.rs/rukt/latest/rukt/eval/macro.operator.html)
- [Builtins](https://docs.rs/rukt/latest/rukt/builtins/index.html)
- [Internals](https://docs.rs/rukt/latest/rukt/eval/index.html)

Expand Down
Loading

0 comments on commit 4d9d285

Please sign in to comment.