Checkpoint

This commit is contained in:
Tibo De Peuter 2025-04-05 17:36:37 +02:00
parent 39c3af4ba5
commit da21d890fb
39 changed files with 1166 additions and 48 deletions

0
documentatie/verslag.pdf Normal file
View file

17
documentatie/verslag.tex Normal file
View 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}