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
- Host: GitHub
- URL: https://github.com/eldesh/pcre_sharp
- Owner: eldesh
- Created: 2013-09-30T15:13:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-30T15:17:23.000Z (over 11 years ago)
- Last Synced: 2025-01-26T20:47:08.653Z (4 months ago)
- Language: Standard ML
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.12build
--------------------------------```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";
```