mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-05 13:38:15 +00:00
Std in Spec
This commit is contained in:
parent
94e2869c61
commit
0379e505a1
3 changed files with 68 additions and 31 deletions
|
|
@ -27,6 +27,7 @@
|
|||
\usepackage{placeins}
|
||||
\usepackage{xspace}
|
||||
\usepackage{bm}
|
||||
\usepackage{enumitem}
|
||||
|
||||
\makeatletter
|
||||
|
||||
|
|
@ -85,6 +86,8 @@
|
|||
\newcommand{\alt}{\s\mid\s}
|
||||
\newcommand{\s}{\:\:}
|
||||
|
||||
\newcommand{\descr}[2]{\smallskip{#1}\begin{itemize}[noitemsep,topsep=0pt]\item[]{#2}\end{itemize}}
|
||||
|
||||
\lstdefinelanguage{alm}{
|
||||
keywords={skip,if,then,else,elif,fi,while,do,od,repeat,until,for,fun,local,public,return,import,length,
|
||||
string,case,of,esac,when,boxed,unboxed,string,sexp,array,infix,infixl,infixr,at,before,after,true,false},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue