An open API service indexing awesome lists of open source software.

https://github.com/eldesh/pcre_sharp

SML# / libpcre binding library
https://github.com/eldesh/pcre_sharp

Last synced: 2 months ago
JSON representation

SML# / libpcre binding library

Awesome Lists containing this project

README

        

PCRE#
===============================================================

what is this
--------------------------------

SML# <-> libpcre (Perl Compatible Regular Expressions) binding wrapper library.

This library allows you to use regexp library (libpcre) from SML# system.

requirements
--------------------------------

- [SML# 1.2.0](http://www.pllab.riec.tohoku.ac.jp/smlsharp/ja/)
- [libpcre](http://www.pcre.org/)
- PCRE# is developped with PCRE-8.12

build
--------------------------------

```sh
$ make
```

how to use
--------------------------------

see test.sml

use from REPL
--------------------------------

use library from SML# repl.

```sh
$ smlsharp -lpcre -L
# use "either.sml";
# use "pcre_raw.sml";
# use "pcre.sml";
```