Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic
Go directly to another tagGo directly to another tagAll Last Modified Items for Text Processing
Back to full tag viewCL-Typesetting (Modified)Last modification: Sun, 31 Mar 2013 21:25:08 GMTcl-typesetting is a complete typesetting system written in Common Lisp using cl-pdf for the direct generation of pdf files. This enables it to be powerful, extensible, programmable and fast. It is int...
CL-PDF (Modified)Last modification: Sun, 31 Mar 2013 21:22:34 GMTCL-PDF is a cross-platform Common Lisp library for generating PDF files. It does not need any third-party tools from Adobe or others.
It is used by cl-typesetting to provide a complete typesetting sys...
de.setf.utility (Added)Last modification: Mon, 15 Feb 2010 00:10:27 GMTde.setf.utility comprises Lisp utility functions : - package management, - date formatting - content types - dot graphs - unit tests - ...
Unix-Style CLI Option Parser (Modified)Last modification: Tue, 09 Feb 2010 19:38:40 GMTA parser for unix style command line options. Can act as a simple Getopt for Lisp or can automatically bind values passed in from the CLI.
command line arguments (Added)Last modification: Tue, 10 Nov 2009 13:33:25 GMTOpen-sourced project from ITA, part of QITAB.
cl-json (Modified)Last modification: Mon, 25 May 2009 21:41:48 GMTA parser and generator for the JSON data-interchange format.
dso-parse (Added)Last modification: Tue, 14 Oct 2008 00:33:20 GMTPEG parser-generator with s-exp grammar definitions
dso-lex (Added)Last modification: Tue, 14 Oct 2008 00:26:22 GMTA simple regexp-based lexer-generator
rw-ut (Modified)Last modification: Fri, 15 Aug 2008 15:05:24 GMTfunctions for reading and writing lisp universal time as strings.
net-telent-date (Commented)Last modification: Sat, 09 Aug 2008 06:09:51 GMTA library of routines for parsing, conversting, and manipulating dates and times. Most of the code was originally written for the CMUCL Common Lisp implementation.
Literate Programming in Lisp (Added)Last modification: Tue, 29 Jul 2008 10:03:27 GMTHow to embed text in a Lisp file.
CL-INTERPOL (Modified)Last modification: Wed, 23 Jul 2008 22:47:15 GMTString interpolation for Common Lisp
CL-UNICODE (Added)Last modification: Wed, 23 Jul 2008 22:45:15 GMTCL-UNICODE is a library which provides Common Lisp implementations with knowledge about Unicode characters including their name, their general category, the scripts and blocks they belong to, their nu...
CL-EARLEY-PARSER (Added)Last modification: Thu, 10 Jul 2008 09:43:53 GMTSyntax anayzer (parser) for any context free grammar.
Jerry Boetje (Modified)Last modification: Sat, 15 Mar 2008 17:08:26 GMTCS instructor at the College of Charleston in Charleston, SC. Long-time Lisp user and developer. Architect and manager of the CLforJava project at the College of Charleston.
Metatilities (Modified)Last modification: Sun, 02 Mar 2008 10:03:05 GMTA collection of miscellaneous utilities for container data structures, binding, user interface, dates and times, I/O, symbols, sequences, string manipulation, and more.
cl-i18n (Added)Last modification: Tue, 22 Jan 2008 13:07:03 GMTcl-i18n is a gettext-style internationalization framework for Common Lisp.
html-entities (Modified)Last modification: Tue, 09 Oct 2007 22:21:40 GMTA library for encoding and decoding (HTML/SGML/XML) entities in Common Lisp.
cl-peg (Added)Last modification: Mon, 30 Jul 2007 14:29:27 GMTCl-peg is a PEG packrat parser generator Library by John Leuner. cl-peg is released under the MIT License.
PEG (Parsing Expression Grammars) and packrat parsers are described in The Packrat Parsing a...
RavenPack (Modified)Last modification: Tue, 24 Jul 2007 16:46:46 GMTRavenPack provides corporate and government clients with global consulting services and analytical solutions. Through a methodology integrating powerful mathematical and artificial intelligence techno...
LaTeX Letter (Modified)Last modification: Mon, 04 Jun 2007 20:52:17 GMTA small, simple program for producing mail merge letters with LaTeX. It generates a single LaTeX file containing all the letters. It is in a stable state, but not feature rich. Adapt to your own requi...
smarkup (Modified)Last modification: Fri, 11 May 2007 14:25:33 GMTA set of utilities for formatting s-expression based text markup source documents.
Exscribe (Modified)Last modification: Fri, 27 Apr 2007 16:55:21 GMTa Lisp-programmable document preparation system.
FUCC (Modified)Last modification: Wed, 07 Mar 2007 10:22:35 GMTFUCC is universal parser generator for Common Lisp. Currently LR0, SLR, LALR, LR1 and LL parser generators are implemented, and GLR, CYK and other algorithms are planned.
Source Compare (SC): A 'diff' program for Common Lisp (Added)Last modification: Sun, 12 Nov 2006 14:22:25 GMTA diff-like tool for comparing Common Lisp source files.
fare-csv (Added)Last modification: Wed, 08 Nov 2006 09:25:08 GMTA library for importing data in CSV (Comma-Separated Values) format.
Common LISPcraft Code (Added)Last modification: Fri, 03 Nov 2006 13:47:55 GMTThe source code for the book "Common LISPcraft" by Robert Wilensky, W. W. Norton & Company; 2nd edition (June 1986). It mostly includes AI and parsing code.
CL-ISBN (Added)Last modification: Sat, 21 Oct 2006 08:20:34 GMTA library "for parsing, validating, and hyphenating International Standard Book Numbers (ISBNs)".
Pragmatic Parsing in Common Lisp (Added)Last modification: Thu, 12 Oct 2006 10:40:26 GMTWe review META, a classic technique for building recursive descent parsers, that is both simple and efficient. While META does not handle all possible regular or context-free grammars, it handles a su...
CL-Yacc (Modified)Last modification: Wed, 11 Oct 2006 18:14:35 GMTCL-Yacc is a LALR(1) parser generator for Common Lisp, similar in spirit to AT&T Yacc, Berkeley Yacc, GNU Bison, Zebu, lalr.cl or lalr.scm.
CL-Yacc uses the algorithm due to Aho and Ullman, which is ...
Calcul des fréquences d'occurrence des caractères, digrammes et trigrammes dans un texte (Added)Last modification: Tue, 10 Oct 2006 13:28:33 GMTA program for computing and reporting the frequencies of characters, digrams and trigrams in a text file. For educational purposes.
SubX (Added)Last modification: Mon, 18 Sep 2006 08:03:48 GMTA Common Lisp extension for using expressions in infix notation.
cl-calculator (Added)Last modification: Sun, 17 Sep 2006 07:56:19 GMTA command line style calculator application, which includes a postfix to infix parsing library.
Montezuma (Added)Last modification: Tue, 05 Sep 2006 12:21:56 GMTA full text search engine. It is a port of the Ferret search engine in Ruby, which is in turn a port of the Lucene Java engine.
latex-extract (Added)Last modification: Thu, 24 Aug 2006 08:45:00 GMT"A LaTeX file dependency generator, generating Makefile header lines".
RegexPlugIn (Added)Last modification: Tue, 15 Aug 2006 12:22:45 GMTA plug-In for FileMaker which enables FileMaker users to work with regular expressions.
pxmlutils (Modified)Last modification: Tue, 25 Jul 2006 16:51:13 GMTA portable version of Franz's xmlutils, including a XML and HTML parser.
(development on the xml parser in pxmlutils has stopped, use Miles Egan's xmls parser instead)
xmlutils (Added)Last modification: Tue, 25 Jul 2006 15:33:27 GMTFranz's open source XML/HTML parsers.
Erann's Lisp utilities (Added)Last modification: Sun, 16 Jul 2006 09:24:35 GMTA small set of Common Lisp utilities for string and symbol operations, CLOS, mapping, flow control, anaphoric macros, and more.
dyslexia (Added)Last modification: Fri, 14 Jul 2006 13:07:04 GMTDyslexia is a spelling and grammar checker.
markup (Added)Last modification: Tue, 27 Jun 2006 15:41:27 GMTA fork of the Gigamonkeys Markup typesetting language.
CL-CHMLIB (Modified)Last modification: Sun, 25 Jun 2006 19:05:01 GMTA set of CFFI-based Common Lisp bindings to the chmlib (CHM lib) C library. It provides access to HTML help files in Microsoft ITSS/CHM format.
ch-asdf-markup (Modified)Last modification: Wed, 21 Jun 2006 16:52:51 GMTA set of ASDF extensions for working with the Gigamonkeys Markup text formatting language.
CL-Markdown (Added)Last modification: Mon, 05 Jun 2006 08:45:40 GMTA Common Lisp rewrite of the Markdown text markup language by John Gruber. Documents are written using an easy to write and read plain text formatting syntax, and are converted to HTML by the CL-Markd...
html-encode (Added)Last modification: Sun, 04 Jun 2006 18:02:32 GMTA library for "encoding text in various web-savvy formats". It takes care of processing text for inclusion in HTML PRE and TT elements, and managing long text lines.
colorize (Added)Last modification: Sat, 03 Jun 2006 13:02:53 GMTAn application for colorizing Common Lisp, Emacs Lisp, Scheme, C, C++ or Java source code.
LoGS Log Analysis software (Modified)Last modification: Thu, 25 May 2006 12:27:45 GMTAn efficient log analysis engine designed for large networks and clusters. LoGS features a programming language for configuration and extensions, and dynamic rule sets. It can trigger actions after ch...
ASDF-Status (Added)Last modification: Sun, 21 May 2006 12:06:35 GMTASDF-Status generates reports that display the testing results collected by the ASDF-Install-tester tool, which checks ASDF-INSTALLable Common Lisp software.
org-davep-newsrc (Modified)Last modification: Sat, 20 May 2006 09:29:19 GMTLibrary for parsing Unix ~/.newsrc files.
CL-EMB (Modified)Last modification: Sat, 20 May 2006 09:26:39 GMTCL-EMB (Embedded Common Lisp and template system) is a library for embedding Common Lisp and template tags into normal text files. It can be used for dynamically generating HTML pages.
CL-HTML-Parse (Added)Last modification: Fri, 19 May 2006 11:38:41 GMTA parser that parses HTML documents and generates a sexp-based representation. It is based on the phtml parser by Franz, Inc.
Lexiparse (Added)Last modification: Sat, 06 May 2006 01:55:48 GMTparser based on precedence grammar
PDF forms with CL-PDF (Added)Last modification: Mon, 01 May 2006 10:42:56 GMTAcrobat PDF interactive forms generated with CL-PDF
Alpaca (Added)Last modification: Sun, 16 Apr 2006 09:22:48 GMTA programmable rich text editor for fiction and technical document authors. It is a MacOS X Cocoa application with an Aqua user interface. Alpaca shares many characteristics with Emacs, but has a diff...
Infix notation macro (Added)Last modification: Thu, 23 Mar 2006 13:33:00 GMTA macro for entering expressions into infix notation, which get expanded into conventional Lisp prefix form.
misrouted (Added)Last modification: Wed, 08 Mar 2006 09:09:53 GMTMisrouted (A basic toolkit to analyse CheckPoint FW-1 and Cisco router and PIX configuations) parses router configuration files and makes the information accessible in a Lispy format.
parse-number (Added)Last modification: Tue, 21 Feb 2006 20:43:41 GMTA library that parses a string into one of the Common Lisp number types, or signals an error if it is not possible.
psgraph (Added)Last modification: Tue, 21 Feb 2006 20:23:16 GMTA library for generating PostScript pictures of directed acyclic graphs.
REGEX/CLAWK/LEXER Packages (Added)Last modification: Fri, 17 Feb 2006 16:02:10 GMTA collection of text processing tools by Michael Parker: a regular expression compiler and matcher (REGEX), an AWK-like text processing language (CLAWK), and a lexer generator (LEXER).
CLAWK (Added)Last modification: Fri, 17 Feb 2006 15:56:54 GMTCLAWK is an AWK-like text processing language with a Lispy implementation.
REGEX (Added)Last modification: Fri, 17 Feb 2006 15:52:13 GMTREGEX is a powerful and efficient regular expression compiler and matching engine.
LEXER (Added)Last modification: Fri, 17 Feb 2006 15:48:22 GMTLEXER is a lexical analyzer generator.
LR(1) and LALR(1) Parser Generator and Parser (Added)Last modification: Wed, 15 Feb 2006 13:05:15 GMTA parser generator and parser for LR(1) and LALR(1) grammars. It can handle epsilon productions, and gives the same parsing tables and conflicts of the Unix yacc tool (possibly with different state nu...
Autowrite (Added)Last modification: Tue, 07 Feb 2006 12:42:41 GMTA tool for checking properties of term rewrite systems, particularly call-by-need properties. It also comes with a CLIM-based GUI.
XMLisp (Added)Last modification: Thu, 02 Feb 2006 08:54:40 GMTXMLisp integrates Lisp with XML by providing a simple and efficient mapping between CLOS objects and XML. It allows the arbitrary combination of Lisp expressions and XML elements, and the evaluation o...
S-XML (Added)Last modification: Wed, 01 Feb 2006 16:14:17 GMTA simple XML parser featuring an efficient and purely functional implementation, support for different DOM models and XML namespaces, and access to the underlying Lisp implementation's character sets.
XMLS (Added)Last modification: Wed, 01 Feb 2006 15:53:32 GMTA small, simple, non-validating XML parser. It provides mappings from XML to s-exps and back. XMLS is self-contained, embeddable and thread-safe, and comes with support for XML namespaces.
Zebu (Added)Last modification: Sun, 29 Jan 2006 11:48:06 GMTParser/unparser generator for Common Lisp
Zebu is part of a set of tools for the translation of formal languages. Zebu contains a LALR(1) parser generator like Yacc does. Aside from generating a pars...
LALR (Added)Last modification: Sun, 29 Jan 2006 11:36:46 GMTLALR is a parser generator for Common Lisp (a Lisp version of YACC). Given a CFG grammar, a list of lexical or terminal categories, and an atomic end marker, produces Lisp code for a LALR(1) parser fo...
DefEditor (Added)Last modification: Mon, 23 Jan 2006 10:23:23 GMT"An extensible, dynamic structured document editor". It will have a CLIM GUI.
DefDoc (Added)Last modification: Sun, 22 Jan 2006 20:18:39 GMTDefDoc (An extensible, dynamic document creation system) is a document processing system inspired by TeX. It comes with an HTML output engine.
cl-menusystem (Added)Last modification: Sun, 22 Jan 2006 16:43:27 GMTLibrary for generating menus for controlling an application and editing of special variables settings. It currently comes with a text-based backend, but others can be defined.
CLHP (Added)Last modification: Fri, 20 Jan 2006 17:47:51 GMTCLHP (the Common Lisp Hypertext Preprocessor) allows, like PHP, to embed Lisp code into a valid XML or HTML document using XML processing instructions. "The CLHP parser is integrated into the Apache w...
Common Lisp CLI Parser (Added)Last modification: Wed, 18 Jan 2006 17:30:00 GMTSimple getopt()-style command-line option parser.
S-BASE64 (Added)Last modification: Mon, 16 Jan 2006 21:18:20 GMTS-BASE64 is an open source Common Lisp implementation of Base64 Encoding and Decoding.
csv-parser (Added)Last modification: Fri, 13 Jan 2006 15:56:57 GMTLibrary for reading and writing data files in CSV format. It correctly handles emtpty trailing fields, and MS-DOS line terminators under Unix.
Infix (Added)Last modification: Wed, 11 Jan 2006 19:47:24 GMTInfix provides a reader macro for reading mathematical expressions in infix form.
The Regex Coach (Added)Last modification: Wed, 11 Jan 2006 00:58:56 GMTThe Regex Coach is a graphical application (written in Lisp) for Windows and Linux/x86 which can be used to experiment with (Perl-compatible) regular expressions interactively.
DEFPATT (Added)Last modification: Wed, 11 Jan 2006 00:13:16 GMTA mechanism for defining and using pattern abstractions with CL-PPCRE.
Gigamonkeys Markup (Added)Last modification: Tue, 10 Jan 2006 21:40:40 GMTGigamonkeys Markup, or Markup, is a typesetting language from Peter Seibel that was successfully used to document large amounts of Lisp code in his book, Practical Common Lisp
Tutorial for Gigamonkeys Markup (Added)Last modification: Tue, 10 Jan 2006 18:47:55 GMTExplains how to use Gigamonkeys Markup, a typesetting language from Peter Seibel that was successfully used to document large amounts of Lisp code in his book "Practical Common Lisp."
CL-BASE64 (Added)Last modification: Mon, 09 Jan 2006 16:18:35 GMTA library that provides base64 encoding and decoding.
HTML-TEMPLATE (Added)Last modification: Mon, 09 Jan 2006 14:54:30 GMTA library to use templates much like Perl's HTML::Template.
Chio (Added)Last modification: Thu, 05 Jan 2006 20:19:52 GMTString processing library. It "handles matching using regular expressions, substitution, and splitting of strings in a thoroughly Lisp-like way".
Among its features are function objects for describin...
CL-PPCRE (Added)Last modification: Thu, 05 Jan 2006 09:27:46 GMTA portable regular expression library with a syntax compatible with Perl.