[icfp] syntax classes figure

This commit is contained in:
ben 2016-03-13 14:22:33 -04:00
parent 3c0dce4a8f
commit 185fc5fea4
2 changed files with 13 additions and 1 deletions

View File

@ -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

View 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}