17 lines
No EOL
236 B
TeX
17 lines
No EOL
236 B
TeX
%! Author = tdpeuter
|
|
%! Date = 27/03/2025
|
|
|
|
% Preamble
|
|
\documentclass[11pt]{article}
|
|
|
|
% Packages
|
|
\usepackage{amsmath}
|
|
|
|
% Document
|
|
\begin{document}
|
|
|
|
% Lexer op basis van https://craftinginterpreters.com/scanning.html
|
|
|
|
|
|
|
|
\end{document} |