Checkpoint
This commit is contained in:
parent
39c3af4ba5
commit
da21d890fb
39 changed files with 1166 additions and 48 deletions
17
documentatie/verslag.tex
Normal file
17
documentatie/verslag.tex
Normal file
|
@ -0,0 +1,17 @@
|
|||
%! 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}
|
Reference in a new issue