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

Cannot parse empty strings #403

Closed CohenArthur closed 2 years ago

CohenArthur commented 2 years ago

The interpreter fails to parse the following call:

println("");
Skallwar commented 2 years ago

After some investigation, this fails too:

jinko > a = ""
Error type: Parsing
 ===> repl
    |
    | ""
    |