Menu

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

Download this file

20 lines (13 with data), 491 Bytes

;;; -*- Mode: Lisp; Syntax: ANSI-Common-lisp; Package: CL-USER; Base: 10 -*-

(in-package "CL-USER")

(load-logical-pathname-translations "LEXER")

(mk:defsystem "LEXER"
	      :source-extension "lisp"
	      :source-pathname (translate-logical-pathname "LEXER:SRC;")
	      :components (
                       (:file "packages")
                       (:file "lexer")))



(defun lc-lexer ()
  (mk:compile-system "LEXER"))
(defun ld-lexer ()
  (mk:load-system "LEXER"))
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.