diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-21 01:05:00 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-21 01:05:00 +0100 |
commit | 5298940fc7798455d701d075b910e0545d3f6048 (patch) | |
tree | ebdded23f23468d164dd3c073c27185360b3f66c /val.h | |
parent | a03973653262fbbfed7ce42dfa39646d16bdc98f (diff) |
proper equality for values; deduplicate constants in compilation
Diffstat (limited to 'val.h')
-rw-r--r-- | val.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ void println_val(Val v); const char *typename_str(Val v); bool is_truthy(Val v); +bool val_equal(Val a, Val b); typedef enum { |