Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jeffrey
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ioanna M. Dimitriou H.
jeffrey
Commits
71cff1ee
Commit
71cff1ee
authored
Jun 14, 2016
by
Ioanna M. Dimitriou H.
💬
Browse files
Options
Downloads
Patches
Plain Diff
installation and usage
parent
d1eb578e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.MD
+4
-0
4 additions, 0 deletions
README.MD
with
4 additions
and
0 deletions
README.MD
+
4
−
0
View file @
71cff1ee
...
...
@@ -20,13 +20,17 @@ To load the **Choiceless Grapher**, open an SBCL Common Lisp REPL (I haven't tes
## Usage
You can draw diagrams with this program by loading its main package :jeffrey.main, i.e.
`(ql:quickload "jeffrey")`
and
`(in-package :jeffrey.main)`
.
Now if '(a b c ..) is the list of form numbers (numbers without parameters), then type in
`(graph '(a b c ...) "filename")`
.
**At the moment,**
calling tred and dot from SBCL doesn't work, so afterwards you'll have to open a terminal and type
`tred filename.dot | dot -Tpdf -o filename.pdf`
or
`tred filename.dot | dot -Tpng -o filename.png`
if you would like a png file.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment