quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Please add cl-rte

Open jimka2001 opened this issue 1 year ago • 0 comments

Description: Common Lisp Regular Type expressions Author: Jim Newton License: MIT Source: https://github.com/jimka2001/cl-rte.git

This library makes the library named REGULAR-TYPE-EXPRESSIONS obsolete. The version numbers are disjoint. The goal of cl-rte is many-fold

  1. The repository has been refactored. The previous repository contains files in the history which were too large for github
  2. The CL libraries adjuvant, ndfa, scrutiny, cl-robdd, and lisp-types have been factored out into stand-alone libraries
  3. The previous repository contained a Scala implementation of regular type expressions which as now been removed (and moved into its own repository (https://github.com/jimka2001/scala-rte)
  4. A mirror of this (and related) git repositories are now on github (previous were only available on a private gitlab host at EPITA)

jimka2001 avatar Aug 01 '24 12:08 jimka2001