automata-and-formal-languages
There are 19 repositories under automata-and-formal-languages topic.
ErnestThePoet/Automata-Playground
在线可视化地设计、运行自动机,支持DFA和TM Feel free to create & run your DFA and TM🍩Based on React+Next.js+Mobx+Vis Network
gabrielrovesti/Tutorato-Automi-e-Linguaggi-Formali-2023-2024
Materiale del tutorato del corso di Automi e Linguaggi Formali della laurea triennale di Informatica dell'Università degli Studi di Padova nell'anno 2023-2024
EstellaPaula/RegexEngine-ANTLR-parser
A parser for regex expressions, converting them to equivalent ER (regular expressions), then to corresponding Nondeterministic & Deterministic Finite-State Machine (NFA & DFA) built for checking validity of given strings.
nicolagulmini/Automata_Languages_and_Computation_unipd2019_notes
LaTeX notes of Automata, Languages and Computation (Automi, Linguaggi e Computazione) course from Computer Engineering master course at University of Padua, 2019.
89netraM/auto-automata
A library and web app for simulating finite automatas (DFA, NFA, and ε-NFA) and regular expressions.
ehardi19/Final-Task-Automata-Theory-and-Language
A simple parser as a final task of Automata Theory and Languages at Telkom University.
iapchi/Projects
Individual projects written during college
Prajna-Ramamurthy/Syntax-Validation
Syntax validation of a programming language by writing the Context Free Grammar for the specific construct of a particular language and a program for the same.
AmarTabakovic/bfh-automata-and-formal-languages-cheatsheet
Cheatsheet for the course "Automata and Formal Languages" at the Bern University of Applied Sciences
DivorcedLance/robot-table
Tablero de robots controlado por comandos
lucasromulosr/finite-automata
Trabalho para disciplina de Teoria da Linguagem na UFSJ. Transformação de uma ER em um AFN, e implementação do AFN.
martincorona007/Adder
Turing Machines Compositionality, the Ripper-Carry Adder https://medium.com/@martincorona007/full-adder-f10c4de4b6d7
Prajna-Ramamurthy/Finite-State-Machine
An automatic door opening system using finite state machine.
ps4449/compiler-design-lab
Contains all my implementations for the lab portion of the course 18CSE304J - Compiler Design (in C or C++).
Thrashy190/automatix
Automatix is software for experimenting with formal languages topics like AFD and AFnD
Akmal76/Teori-Bahasa-dan-Automata
Tugas Komputasional TBA 2023-2024 Genap
DivorcedLance/scanner-parser
Reconocedor de lenguaje implementado en Web
m-anshu/python-construct-parser
Python constructs parser built using lex and yacc
RaffeuL/ProcessaAutomato
Python program to interpret pushdown automata [College]