This commit is contained in:
bronku 2026-01-09 03:41:43 +01:00
parent 909a3a30a9
commit 98ecf63687

View file

@ -60,12 +60,11 @@
<span>Flex / Bison / C++ / Make</span>
</h3>
<p>
A compiler-front-end project focused on lexer/parser design. Solved
complex build-orchestration challenges involving circular dependencies
by mastering advanced Makefile configurations. This project allowed me
to familiarize myself with lexer and parser design, engineer a lexing
solution for significant indentation in Python, while effectively
modeling real-world objects through class design.
A compiler-front-end project focused on lexer/parser design. This
project allowed me to familiarize myself with lexer and parser design,
engineer a lexing solution for significant indentation in Python,
while effectively modeling real-world objects through class design.
Solved complex build challenges involving circular dependencies.
</p>
</section>