jinko-core / jinko

Jinko is a small and safe interpreted language with fast Rust and C FFI
GNU General Public License v2.0
32 stars 6 forks source link

Define bool as a multi type #669

Closed CohenArthur closed 5 months ago

CohenArthur commented 6 months ago

Fixes #648

CohenArthur commented 5 months ago

I think this actually cannot happen due to how we implemented Fire, and that true and false should stay boolean constants