File: fe.lisp

package info (click to toggle)
cl-contextl 1%3A20231021.git3d5fbff-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: lisp: 3,148; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (4)
1
2
3
4
5
(asdf:oos 'asdf:load-op :contextl)
(compile-file "figure-editor.lisp")
(load "figure-editor")
(in-package :contextl-user)
(run-test)