missing lineinfo from gg.onkeyword() and for "|x| y" syntax
[metalua.git] / doc / manual / samples.tex
blob1220e416752cef379fe34ff97c399ced0f104568
1 \section{Advanced examples}
2 This section will present the implementation of advanced features. The
3 process is often the same:
4 \begin{enumerate}
5 \item ``That language has this nifty feature that would really save my
6 day!''
7 \item Implement it as a metalua macro.
8 \item ???
9 \item Profit!
10 \end{enumerate}
12 The other common case for macro implementation is the development of a
13 domain-specific language. I'll eventually write a sample or two
14 demonstrating how to do this.