]> andersk Git - splint.git/blame - lib/lslinit.lsi
noexpand always false.
[splint.git] / lib / lslinit.lsi
CommitLineData
885824d3 1\comment Standard Larch Shared Language (LSL) init file
2
3commentSym %
4
5idChar '
6opChar ~!#$&?@|
7singleChar ;
8
9\comment for versions of lsl before 3.1, add [ and ] to the
10\comment openSym and closeSym lists:
11openSym { \< \langle
12closeSym } \> \rangle
13selectSym .
14
15simpleId \bot \top
16
17synonym \and /\
18synonym \or \/
19synonym \implies =>
20synonym \not not
21synonym \not ~
22synonym \eq =
23synonym \neq ~=
24synonym \arrow ->
25synonym \marker __
26synonym \equals ==
27synonym \forall forall
28synonym \eqsep ;
29
30synonym |- \postcat
31synonym -| \pretcat
32synonym |- \vdash
33synonym -| \dashv
34synonym \leq <=
35synonym \geq >=
36synonym \cap \I
37synonym \cup \U
38synonym \diamond \rel
39synonym \sqcap \lub
40synonym \sqcup \glb
41
42synonym Bool bool
43synonym Int int
This page took 0.564017 seconds and 5 git commands to generate.