Skip to content
#

compilation

Here are 44 public repositories matching this topic...

This is a simple Pascal-like language interpreter written in C. It supports basic programming constructs such as variable declarations, assignments, conditional statements (`if-else`), loops (`for`, `while`), and input/output operations (`read`, `write`). Below are some example programs that demonstrate the functionality of the interpreter.

  • Updated Jan 18, 2025
  • C

This project is a Lexical Analyzer (Scanner) implemented in C, designed to tokenize a simple programming language. It processes an input string (source code) and identifies valid tokens such as keywords, identifiers, numbers, operators, and punctuation marks. The analyzer is based on a Deterministic Finite Automaton (DFA).

  • Updated Nov 29, 2024
  • C

🌍 👋 🙋‍♂️ A simple project based in Compilers and Interpreters for Programming and Markup/Markdown Languages. This project shows how to code, write, compile and run/execute programs in different many Programming and Markup/Markdown Languages, using the commonly known and basic example of "Hello World!!!". The goal of this project are explain the …

  • Updated Jul 17, 2019
  • C

Improve this page

Add a description, image, and links to the compilation 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 compilation topic, visit your repo's landing page and select "manage topics."

Learn more