Skip to content

donaldsonjw/srfi14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRFI-14: Character-set Library

Description

The srfi14 library is an implementation of SRFI 14 for Bigloo scheme. It is an adaption of the sample implentation.

Both the native and jvm backends are supported. The test suite is based on SRFI 64 and needs to be installed before running.

Building

Both the bigloo native and jvm backends are supported. To build, execute:

./configure --prefix=<installation path prefix>; make

where <installation path prefix> is the desired installation path prefix (e.g, /usr/local). You usually want the path prefix to match that used by Bigloo itself.

Installation

To install the library, execute:

make install

Tests

To run the tests execute:

make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published