Skip to content

sgarciac/sawyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sawyer

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)))) 

About

A TOML parser written in Common Lisp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published