smug

2021-12-30

SMUG: Simple Monadic Uber Go-into, Parsing made easy.

Upstream URL

github.com/drewc/smug

Author

Drew Crampsie

License

MIT
README
SMUG : Super Monadic Über Go-into

SMUG is a library for parsing text, based on monadic parser combinators. Using a simple technique from the functional programming camp, SMUG makes it simple to create quick extensible recursive descent parsers without funky syntax or impenetrable macrology.

1Features

  • parsers are first class values written in basic lisp
  • non-deterministic infinite look-ahead
  • easy to learn, easy to use
  • extensible input protocol : parse strings, streams, lists etc
  • in-depth tutorial : no previous experience required.

2Download and Install

cd ~/quicklisp/local-projects
git clone https://github.com/drewc/smug.git
(ql:quickload :smug)

3Documentation

See doc/smug.org

4Support

https://github.com/drewc/smug/issues or mailto:me@drewc.ca

5Licence

The MIT License (MIT)

Copyright (c) 2010-2015 Drew Crampsie

see LICENSE

Dependencies (1)

  • asdf-package-system

Dependents (0)

    • GitHub
    • Quicklisp