From 98ecf636878f8011e9adff6d3367bf2b4b7fff0c Mon Sep 17 00:00:00 2001 From: bronku Date: Fri, 9 Jan 2026 03:41:43 +0100 Subject: [PATCH] phrasing --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 8435f5a..30d3d7f 100644 --- a/index.html +++ b/index.html @@ -60,12 +60,11 @@ Flex / Bison / C++ / Make

- 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.