quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
417 stars 47 forks source link

Please add cl-rte #2434

Open jimka2001 opened 3 months ago

jimka2001 commented 3 months ago

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)