Skip to content
#

theory-of-programming-languages

Here are 2 public repositories matching this topic...

Language: All
Filter by language

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

Improve this page

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

Learn more