diff options
author | Camil Staps | 2016-04-27 11:10:55 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-27 11:10:55 +0200 |
commit | 1db021c55e0ca36f6942269e03b5c02d6aa24563 (patch) | |
tree | 99735e09969255427a7868a17ed176cd525247bf /smurf.sty | |
parent | Reorganisatie (diff) |
Get
Diffstat (limited to 'smurf.sty')
-rw-r--r-- | smurf.sty | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,7 @@ % Stacks \def\Stack#1{\mathbf{Stack}\left[\mathit{#1}\right]} +\def\Nil{\texttt{Nil}} \def\pushop{\mathit{push}} \def\popop{\mathit{pop}} \def\push#1#2{\pushop\left(#1, #2\right)} @@ -39,6 +40,9 @@ % Transitions \def\trans#1#2#3#4#5#6{\left\langle#1,#2,#3\right\rangle\to\left(#4,#5,#6\right)} +% Rules +\def\rgetns{[\mbox{get}_{\mbox{ns}}]} + % Common names \def\stk{\mathit{stk}} \def\str{\mathit{str}} @@ -47,4 +51,5 @@ \def\pgm{\mathit{pgm}} \def\stm{\mathit{stm}} \def\st{\mathit{st}} +\def\var{\mathit{var}} |