Skip to content
View Lord-Lucius's full-sized avatar
⛩️
⛩️

Highlights

  • Pro

Block or report Lord-Lucius

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lord-Lucius/README.md

πŸ‘‹ Hey, I'm Lucius

Systems Engineer | Compiler Enthusiast | Machine Learning & IA Debutant | 42 School Student

⛩️ "A man does not have to be remembered to leave his mark upon the world." πŸ’»


🎯 About Me

I'm a passionate developer with a deep interest in low-level systems programming and compiler design. Currently studying at 42, a peer-to-peer coding school that challenges you to build real things and learn by doing.

  • πŸ”§ Specializing in systems programming (C/C++)
  • πŸš€ Building a C compiler from scratch using Writing a C Compiler as my guide
  • 🐍 Expanding into Python and algorithms (LeetCode grinding)
  • πŸ€– Exploring Machine Learning & AI fundamentals
  • πŸŽ“ 42 School student passionate about computer science fundamentals
  • 🌍 Based in France | Open to remote collaborations

πŸ› οΈ Tech Stack

Languages

C C++ Python Shell

Web & Tools

JavaScript HTML5 CSS REACT Git Linux


πŸš€ Featured Projects

πŸ”¨ C Compiler [⭐ Featured]

Language: C++
Building a fully functional C compiler from scratch, implementing lexer, parser, semantic analysis, and code generation. This project combines theoretical compiler knowledge with practical systems programming.

Key Focus:

  • Lexical analysis & tokenization
  • Recursive descent parsing
  • AST construction & traversal
  • x86-64 code generation
  • Unit testing per phase

🎾 Transcendence

Language: React, Go, HTML/CSS
A full-stack web application featuring a real-time multiplayer Pong game with user authentication, tournament management, and live chat functionality.

Learning Highlights:

  • Full-stack web development
  • Real-time WebSocket communication
  • User authentication & authorization
  • Database design & management
  • Frontend/backend integration

πŸ“š Currently Learning

  • πŸ”₯ Advanced compiler optimization techniques
  • 🐍 Python ecosystem (NumPy, algorithms)
  • πŸ€– Machine Learning fundamentals & neural networks
  • πŸ† Competitive programming (LeetCode)
  • πŸ“Š Advanced data structures & algorithms

πŸ“Š GitHub Stats

Profile Summary

Languages by Repo Top Languages

πŸ’¬ Let's Connect

  • πŸ’Ό LinkedIn:
  • βœ‰οΈ Email:
  • πŸŽ“ School: 42 Paris

🎯 Open To

  • 🀝 Collaborating on systems programming projects
  • πŸ’‘ Technical discussions about low-level programming
  • πŸ“– Mentoring or learning together

Star my repos if they help you! 🌟

Made from my personal cave

Pinned Loading

  1. c_compiler c_compiler Public

    C++ 3

  2. 42-python-bootcamp 42-python-bootcamp Public

    Python

  3. codewars-problemes codewars-problemes Public

    Python

  4. Minishell Minishell Public

    C