[icfp] syntax classes figure
This commit is contained in:
parent
3c0dce4a8f
commit
185fc5fea4
|
@ -6,7 +6,7 @@ compiled/paper_scrbl.zo: *.rkt *.scrbl
|
|||
raco make -v $(PAPER).scrbl
|
||||
|
||||
paper.pdf: pkg compiled/paper_scrbl.zo texstyle.tex
|
||||
scribble ++extra fig-stats.tex ++extra fig-staging.tex ++style texstyle.tex --pdf $(PAPER).scrbl
|
||||
scribble ++extra fig-stxclass.tex ++extra fig-stats.tex ++extra fig-staging.tex ++style texstyle.tex --pdf $(PAPER).scrbl
|
||||
|
||||
paper.tex: pkg compiled/paper_scrbl.zo texstyle.tex
|
||||
scribble ++style texstyle.tex --latex $(PAPER).scrbl
|
||||
|
|
12
icfp-2016/fig-stxclass.tex
Normal file
12
icfp-2016/fig-stxclass.tex
Normal file
|
@ -0,0 +1,12 @@
|
|||
\begin{center}
|
||||
\begin{tabular}{l l l}
|
||||
\emph{Syntax Class} & \emph{Purpose} \\\hline
|
||||
\mod{fun/arity} & Infer function arity \\
|
||||
\mod{num/value} & Evaluate a numeric expression \\
|
||||
\mod{pattern/groups} & Count regexp groups \\
|
||||
\mod{query/constr} & Parse \mod{SQL} queries \\
|
||||
\mod{schema/spec} & Lift a schema value from syntax \\
|
||||
\mod{string/format} & Parse format directives \\
|
||||
\mod{vector/length} & Infer length from a vector spec. \\
|
||||
\end{tabular}
|
||||
\end{center}
|
Loading…
Reference in New Issue
Block a user