pod2/examples
Rob Knight 09d67de989
Add annotate_snippets for better parsing errors (#477)
Adds nicer errors for Podlang code, using the `annotate_snippets` crate, the same crate used by the Rust compiler to generate contextual errors. This prints a short snippet of the code containing the error within the error message, highlighting the part that needs to be fixed.

It also includes a change to the `load_module` function, changing a `Vec` function argument to a slice.
2026-02-11 11:14:23 +01:00
..
main_pod_points.rs Add annotate_snippets for better parsing errors (#477) 2026-02-11 11:14:23 +01:00
signed_dict.rs Remove max_depth in native MerkleTree (#442) 2025-12-16 13:18:49 +01:00