libfsm

DFA regular expression library & friends

libfsm and friends: NFA, DFA, regular expressions and lexical analysis

; re -cb -pl dot '[Ll]ibf+(sm)*' '[Ll]ibre', dot

libfsm.svg

Getting started:

Lexing is the process of categorising a stream of items by their spellings.
The output from this process is a stream of tokens, each of a specific lexeme
category, which are most commonly input to a parser responsible for asserting
the order of these tokens is valid.

lx is an attempt to produce a simple, expressive, and unobtrusive lexer
generator which is good at lexing, does just lexing, is language independent,
and has no other features.

You get:

  • libfsm — library for manipulating FSM (NFA and DFA)
  • libre — library for compiling regular expressions to NFA
  • fsm(1) — command line interface for FSM
  • re(1) — command line interface for executing regular expressions
  • lx(1) — lexer generator

Clone with submodules (contains required .mk files):

; git clone --recursive https://github.com/katef/libfsm.git

To build and install:

; pmake -r install

You can override a few things:

; CC=clang PREFIX=$HOME pmake -r install

Building depends on:

  • Any BSD make. This includes OpenBSD, FreeBSD and NetBSD make(1)
    and sjg's portable bmake (also packaged as pmake).

  • A C compiler. Any should do, but GCC and clang are best supported.

  • ar, ld, and a bunch of other stuff you probably already have.

Fuzzing depends on the theft property-based testing library:

Ideas, comments or bugs: kate@elide.org

主要指標

概覽
名稱與所有者voku/Arrayy
主編程語言PHP
編程語言Makefile (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2016-01-25 11:15:40
推送於2025-07-08 10:51:02
最后一次提交2023-09-04 17:34:38
發布數159
最新版本名稱7.9.6 (發布於 )
第一版名稱1.0.0-rc.1 (發布於 2013-07-28 23:46:18)
用户参与
星數489
關注者數16
派生數33
提交數667
已啟用問題?
問題數67
打開的問題數4
拉請求數58
打開的拉請求數7
關閉的拉請求數10
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?