A Common Lisp lisp parser for TOML, fully supporting version 0.4.0
Sawyer depends on the following parsing libraries, which are unfortunately not in quicklisp, so you might want to install them by hand (cloning them in the folder "local-projects" inside your quicklisp directory will do).
Usage:
(sawyer:parse-toml-string "whatever = {a = [1,2,3]}") ; => (:OBJ ("whatever"
:OBJ ("a" . #(1 2 3))))