lovasoa / bad_json_parsers

Exposing problems in json parsers of several programming languages.
MIT License
366 stars 25 forks source link

Add guile #26

Open christopherlam opened 4 years ago

christopherlam commented 4 years ago

Simple parser_guile.scm using https://github.com/aconchillo/guile-json/

(use-modules (json))
(json->scm (current-input-port))

Only limited by memory.

lovasoa commented 4 years ago

Pull requests welcome!