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.