Skip to content

Commit

Permalink
Add New Flag Documentation
Browse files Browse the repository at this point in the history
Adds documentation for the new standard library flag.
  • Loading branch information
agureev committed Nov 21, 2023
1 parent cb83981 commit 3c7e9eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/entry/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ mariari@Gensokyo % ./geb.image -h
-o --output string Save the output to a file rather than printing
-v --version boolean Prints the current version of the compiler
-p --vampir string Return a vamp-ir expression
-s --library boolean Print standard library
-h -? --help boolean The current help message
mariari@Gensokyo % ./geb.image -v
Expand Down Expand Up @@ -82,5 +83,9 @@ expects a symbol.
the -l flag means that we are not expecting a geb term, but rather a
lambda frontend term, this is to simply notify us to compile it as a
lambda term rather than a geb term. In time this will go away"
lambda term rather than a geb term. In time this will go away
The flag -s prints the standard library the compiler uses. If -p is
used alongside it, the standard library gets printed before the
compiled circuit."
(compile-down function))

0 comments on commit 3c7e9eb

Please sign in to comment.