Skip to content
#

Automaton

An automaton is a relatively self-operating machine designed to automatically follow a sequence of operations.

The term has long been commonly associated with automated puppets that resemble moving humans or animals, built to impress and/or to entertain people.

Here are 22 public repositories matching this topic...

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
Followers
3 followers
Wikipedia
Wikipedia

Related Topics

cellular-automaton finite-state-machine