项目作者: CompScienceClub

项目描述 :
Example implementation of regular expressions based on Brzozowski derivatives in OCaml
高级语言:
项目地址: git://github.com/CompScienceClub/ocaml-brzozowski-regex.git
创建时间: 2015-12-12T02:07:53Z
项目社区:https://github.com/CompScienceClub/ocaml-brzozowski-regex

开源协议:MIT License

下载


Brzozowski Derivative Approach to Regular Expressions in OCaml

This is a brief implementation of a regular expression processor using Brzozowski’s
derivative method. The code doesn’t include a RegEx parses, just evaluation of the RegEx based on
abstract syntax. This was used in a presentation for Computer Science Club.