RubyGems Navigation menu

rlsm 1.1.0

rlsm

rlsm stands for *R*egular *L*anguages and *S*yntactic *M*onoids.

Source is availible from

http://github.com/asmodis/rlsm

RDoc-Documentation is availible from

http://rlsm.rubyforge.org

DESCRIPTION:

This is a ruby implementation of three concepts:

- Deterministic Finite Automata
- Regular Expressions (in the sense of theoretical computer sience)
- Monoids

SYNOPSIS:

require 'rlsm'

m = RLSM::Monoid.new '012 112 212'
m.syntactic? # => true
m.isomorph_to?(m) # => true
m.commutative? # => false

INSTALL:

gem install rlsm

LICENSE:

(The MIT License)

Copyright © 2009 Gunther Diemant <g.diemant@gmx.net>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.8.1 - September 02, 2010 (220KB)
  2. 1.1.0 - October 09, 2009 (28.5KB)
  3. 1.0.0 - March 09, 2009* (557KB)
  4. 0.4.0 - February 19, 2009* (546KB)
  5. 0.2.4 - November 16, 2008* (552KB)
全てのバージョンを表示(全8件)

所有者:

作者:

  • Gunther Diemant

SHA 256チェックサム:

252916c6959394d3bcc7967ffffb3441087539acaedb3f36a2761003aceb6aa5

累計ダウンロード数 24,483

このバージョンのみ 3,371

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: