ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.46k stars 41 forks source link

JSON parse succeeds when a number is followed by anything #497

Closed ilyash closed 2 years ago

ilyash commented 2 years ago
``ls``  # Gives <Real 1.0> if the first file is "1.html"
ilyash commented 2 years ago

Diagnose: decode() that uses decode_json() does that

ilyash-b commented 2 years ago

Unfortunately, looks like non-trivial amount of work.

ilyash-b commented 2 years ago

In dev