Skip to content

francesco-bracchi/ansuz-gambit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansuz

Ansuz is a combinatorial parsing library for the scheme programming language. It is talored on Gambit

Prerequisites

download and install Gambit

Download

git clone [email protected]:francesco-bracchi/ansuz-gambit.git

Build

cd ansuz-gambit
make

Install

sudo make install

Examples

make calc

runs an interactive matematical expression evaluator

make json

parses one million times the string "{\"x\" : true, \"y\" : false }"

Language

TBD

see ansuz-clojure i.e. the same library for clojure, the naming convention is slightly different, in scheme is (define-parser (name ...) ...) while in clojure is (defparser name [...] ...)

About

Ansuz is a combinatorial parser library (Gambit version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published