PackageDescription: Regexp-Oniguruma


Regexp - Oniguruma

Last published: May 6, 2012 by 'mkazuki'

Defines 14 Classes
Extends 18 Classes


README 2012/05/05

Oniguruma for VisualWorks
http://code.google.com/p/oniguruma-visualworks/

- Description
This is a wrapper library of Oniguruma a regular expression engine.

Oniguruma: http://www.geocities.jp/kosako3/oniguruma/


- Licence
BSD


- Platform
- Win32
- Linux32
- MacOSX


- Development Environment
- Oniguruma 5.9.1
- Cincom Smalltalk VisualWorks7.6 Non-Commercial
- DLL & C Connect

- Install
- Win32
1. Copy onigvw.dll
- copy 'bin/Win32/onigvw.dll' to searchable directory.
- see: DLLandCConnectGuide.pdf - 'Library Search Paths'

2. Load Oniguruma for VisualWorks
- load percel - 'parcel/Regexp-Oniguruma.pcl'
or
- load from Cincom Public Repository - 'Regexp-Oniguruma'

- Linux
1. Copy libonigvw.so
- execute install-linux.sh
- example
su
sh install-linux.sh

2. Load Oniguruma for VisualWorks
- load percel - 'parcel/Regexp-Oniguruma.pcl'
or
- load from Cincom Public Repository - 'Regexp-Oniguruma'


- MacOSX
1. Copy libonigvw.dylib
- copy 'bin/MacOSX/libonigvw.dylib' to searchable directory.
- see: DLLandCConnectGuide.pdf - 'Library Search Paths'

2. Load Oniguruma for VisualWorks
- load percel - 'parcel/Regexp-Oniguruma.pcl'
or
- load from Cincom Public Repository - 'Regexp-Oniguruma'


- How to use
- Syntax is same as Ruby.
- http://www.geocities.jp/kosako3/oniguruma/doc/RE.txt

- Examples and Tests
- OnigurumaExample
- ORegexpTest


- Author
Kazuki Minamitani (ka.minami at nifty.com)
- (Win32, Linux, MacOSX)

Tetsuya Hayashi
- (MacOSX)