tests
|
fix failing unit tests
|
2023-01-17 03:02:06 -05:00 |
ast.rs
|
Remove leading '#' for tuple definitions.
|
2023-01-14 20:22:19 +01:00 |
builtins.rs
|
feat: add identity, always, & flip
|
2023-01-14 23:33:49 -05:00 |
expr.rs
|
feat: support negation of int
|
2022-12-27 20:39:03 -05:00 |
format.rs
|
Remove leading '#' for tuple definitions.
|
2023-01-14 20:22:19 +01:00 |
lib.rs
|
feat: validator fns no longer need to be public
|
2023-01-15 12:33:10 -05:00 |
parser.rs
|
fix: call was not capturing full span
|
2023-01-16 15:26:07 -05:00 |
pretty.rs
|
chore: make folder names match crate name
|
2022-12-21 18:11:07 -05:00 |
tipo.rs
|
feat: return err if data type contains functions
|
2023-01-14 22:03:56 -05:00 |