- ! (infix function), [1], [2], [3], [4], [5], [6], [7], [8], [9]
- !! (infix function), [1], [2], [3]
- # (prefix function), [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12]
- $ (infix function)
- $$ (infix function)
- % (infix function), [1], [2]
- & (postfix function)
- && (infix function), [1]
- ' (prefix function)
- () (constructor)
- (command)
- * (infix function), [1], [2], [3], [4], [5], [6]
- + (infix function), [1], [2], [3], [4], [5], [6], [7], [8], [9]
- +: (infix function)
- , (infix constructor)
- - (infix function), [1], [2], [3], [4], [5], [6], [7], [8]
- (prefix function), [1], [2]
-
--
- pure command line option
- --> (infix constructor)
-
--all
- pure-gen command line option
-
--alt-template file
- pure-gen command line option
-
--c-output file
- pure-gen command line option
-
--checks
- pure command line option
-
--const
- pure command line option
-
--cpp option
- pure-gen command line option
-
--ctags
- pure command line option
-
--define name[=value]
- pure-gen command line option
-
--defined fun
- pure-pragma command line option
-
--disable option
- pure-pragma command line option
-
--disable optname
- pure command line option
-
--dry-run
- pure-gen command line option
-
--eager fun
- pure-pragma command line option
-
--eager-jit
- pure command line option
-
--echo
- pure-gen command line option
-
--else
- pure-pragma command line option
-
--enable option
- pure-pragma command line option
-
--enable optname
- pure command line option
-
--endif
- pure-pragma command line option
-
--escape char
- pure command line option
-
--etags
- pure command line option
-
--exclude pattern
- pure-gen command line option
-
--fold
- pure command line option
-
--help
- pure command line option
- pure-gen command line option
-
--if option
- pure-pragma command line option
-
--ifdef option
- pure-pragma command line option
-
--ifndef option
- pure-pragma command line option
-
--ifnot option
- pure-pragma command line option
-
--include path
- pure-gen command line option
-
--interface iface
- pure-gen command line option
-
--lib-name lib
- pure-gen command line option
-
--main name
- pure command line option
-
--namespace name
- pure-gen command line option
-
--nochecks
- pure command line option
-
--noclobber
- pure-gen command line option
-
--noconst
- pure command line option
-
--nodefined fun
- pure-pragma command line option
-
--noediting
- pure command line option
-
--nofold
- pure command line option
-
--noprelude
- pure command line option
-
--norc
- pure command line option
-
--nosymbolic
- pure command line option
-
--notc
- pure command line option
-
--nowarn
- pure-pragma command line option
-
--output file
- pure-gen command line option
-
--prefix prefix
- pure-gen command line option
-
--quoteargs fun
- pure-pragma command line option
-
--required fun
- pure-pragma command line option
-
--rewarn
- pure-pragma command line option
-
--select pattern
- pure-gen command line option
-
--symbolic
- pure command line option
-
--tc
- pure command line option
-
--template file
- pure-gen command line option
-
--texmacs
- pure command line option
|
-
--undefine name
- pure-gen command line option
-
--verbose
- pure-gen command line option
-
--version
- pure command line option
- pure-gen command line option
-
--warn
- pure-pragma command line option
-
--warnings[=level]
- pure-gen command line option
-
--wrap prefix
- pure-gen command line option
-
-a
- pure-gen command line option
-
-b
- pure command line option
-
-c
- pure command line option
-
-c file
- pure-gen command line option
-
-C option
- pure-gen command line option
-
-D name[=value]
- pure-gen command line option
-
-e
- pure-gen command line option
-
-f iface
- pure-gen command line option
-
-fPIC
- pure command line option
-
-fpic
- pure command line option
-
-g
- pure command line option
-
-h
- pure command line option
- pure-gen command line option
-
-i
- pure command line option
-
-I directory
- pure command line option
-
-I path
- pure-gen command line option
-
-L directory
- pure command line option
-
-l lib
- pure-gen command line option
-
-l libname
- pure command line option
-
-m name
- pure-gen command line option
-
-mopt=val
- pure command line option
-
-N
- pure-gen command line option
-
-n
- pure command line option
- pure-gen command line option
-
-o file
- pure-gen command line option
-
-o filename
- pure command line option
-
-p prefix
- pure-gen command line option
-
-P prefix
- pure-gen command line option
-
-q
- pure command line option
-
-s pattern
- pure-gen command line option
-
-T file
- pure-gen command line option
-
-t file
- pure-gen command line option
-
-T filename
- pure command line option
-
-u
- pure command line option
-
-U name
- pure-gen command line option
-
-V
- pure-gen command line option
-
-v
- pure-gen command line option
-
-v[level]
- pure command line option
-
-w
- pure command line option
-
-w[level]
- pure-gen command line option
-
-x
- pure command line option
-
-x pattern
- pure-gen command line option
- . (infix function)
- .* (infix function)
- .. (infix function)
- ./ (infix function)
- .^ (infix function)
- / (infix function), [1], [2], [3], [4]
- : (infix constructor)
- < (infix function), [1], [2], [3], [4]
- <: (infix function)
- << (infix function), [1], [2]
- <= (infix function), [1], [2], [3], [4]
- == (infix function), [1], [2], [3], [4], [5], [6], [7], [8], [9], [10]
- === (infix function)
- => (infix constructor)
- > (infix function), [1], [2], [3], [4]
- >= (infix function), [1], [2], [3], [4]
- >> (infix function), [1], [2]
- [] (constructor)
- \ (infix function)
- ^ (infix function), [1], [2], [3], [4]
- {| |} (outfix macro)
- || (infix function), [1]
- ~ (prefix function)
- ~= (infix function), [1], [2], [3], [4], [5], [6], [7], [8], [9]
- ~== (infix function)
|