Menu

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

Download this file

11 lines (8 with data), 249 Bytes

;;; -*-Lisp-*-

(asdf:defsystem #:lispbuilder-yacc
  :name "lispbuilder-yacc"
  :author "Juliusz Chroboczek <jch@pps.jussieu.fr>"
  :licence "MIT/X11"
  :description "A LALR(1) parser generator for Common Lisp"
  
  :components ((:file "yacc"))
  )
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.