Menu

[r760]: / trunk / lispbuilder-lexer / lispbuilder-lexer.asd  Maximize  Restore  History

Download this file

12 lines (9 with data), 343 Bytes

;;; -*-Lisp-*-

(asdf:defsystem #:lispbuilder-lexer
  :name "lispbuilder-lexer"
  :author "Michael Parker <mparker762@hotmail.com>"
  :licence "BSD"
  :description "A lexical-analyzer-generator called DEFLEXER, which is built on top of both REGEX and CLAWK"
  
  :components
  ((:file "packages")
   (:file "lexer" :depends-on ("packages"))))
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.