J S
9474199299
I created the first version of READ-SYSTEM. It parses a .service file into an associative list of hash-tables.
6 lines
99 B
Common Lisp
6 lines
99 B
Common Lisp
(defpackage :service-edit
|
|
(:use :common-lisp))
|
|
|
|
(defpackage :service-opts
|
|
(:use :common-lisp))
|