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

REPL v2 #642

Closed CohenArthur closed 8 months ago

CohenArthur commented 9 months ago
CohenArthur commented 9 months ago
CohenArthur commented 8 months ago
  • [ ] Do not recreate the fir from scratch at each iteration of the loop - allow Flatten to take an existing Fir as input?

this can be improved in a later version of the REPL but it would be nice to have access to this already