File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33\usepackage {amsmath } % Classic math package
44\usepackage {mathtools } % Additional math package
55\usepackage {amssymb } % Classic math package
6+ \usepackage {qtree } % Parse trees
67\usepackage {url } % Automatically escapes urls
78\usepackage [final ]{microtype } % Helps with breaking links across lines to reduce overfull hboxes
89\usepackage {hyperref } % Insert links inside pdfs
894895\newcommand \Nlooplimit [0]{\hyperlink {def-nlooplimit}{\nonterminal {loop\_ limit}}}
895896\newcommand \Nrecurselimit [0]{\hyperlink {def-nrecurselimit}{\nonterminal {recurse\_ limit}}}
896897
898+ % Example non-terminals
899+ \newcommand \clistoneslice [0]{\hyperlink {def-clistoneslice}{\nonterminal {clist1\_ slice}}}
900+
897901% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
898902% Macros for defining associativity
899903\newcommand \nonassoc [0]{\textsf {nonassoc}}
You can’t perform that action at this time.
0 commit comments