Skip to content
#

compiler-design

Here are 153 public repositories matching this topic...

ADLexSyn is a comprehensive project that explores the fundamental aspects of lexical analysis, syntax analysis, and symbol table management within the context of programming language processing.

  • Updated May 26, 2024
  • Python

This repository hosts two Python tools for the Pascal programming language: a lexical analyzer and a formatter. The lexical analyzer reads Pascal source code, identifies tokens, and reports lexical errors, while the formatter indents and cleans the source code to improve readability and structure.

  • Updated May 4, 2024
  • Python

Baby_Duck is an imperative and procedural programming language designed for teaching fundamental concepts of compiling and executing programs. This micro-language allows users to become familiar with the structure and control flow of classic programming languages, providing a simplified environment for learning basic syntax and semantics.

  • Updated Nov 15, 2023
  • Python

Improve this page

Add a description, image, and links to the compiler-design topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compiler-design topic, visit your repo's landing page and select "manage topics."

Learn more