regular-languages
There are 27 repositories under regular-languages topic.
pouyakary/Orchestra
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
Aunsiels/pyformlang
A python library to manipulate formal languages and various automata
coq-community/reglang
Regular Language Representations in Coq [maintainers=@chdoc,@palmskog]
Jaxan/nominal-lstar
Code for "Learning nominal automata"
ctxppc/PatternKit
A Swift library for writing & manipulating patterns for matching on collections.
subttle/regular
Finite Automata and Regular Expressions for Regular Languages in Haskell
caballa/covenant
A Tool for Intersecting Context-Free Grammars
matheuspb/simone
Grammars, automata and regular expressions editor
igreat/regular-languages-simulator
A Regular Languages Simulator to help CS students understand and experiment with everything Regular Languages 📕 Includes Regular Expressions (Regexes), DFAs, NFAs, as well as functionality and UI for converting back and forth between them ♻️
wzjoriv/MIPU
Active learning tool designed to explore the pumping lemma property for regular language
JinZhenlin/Theory-of-Computation
Fun stuffs from my class.
silvafj/focsimulation
Fundamentals of Computing - Learn through simulation
bursasha/cpp-advanced-projects
Advanced programming and algorithmization in C++ ⚔️
Chalermsak-KU/RegLangProcessing
Python module for processing finite automata and regular expressions for use in the Theory of Compuation course
gamatos/gold
A proof of concept C++ application for learning regular languages
grachale/intersect_union_regular_languages
Implementation of an algorithm that enables finding the minimal deterministic finite automaton that accepts the intersection or union of languages defined by a pair of finite automata.
Nihilish/PDARun
Simple interpreter for PDA programs (Language for designing and testing pushdown automatas)
reity/are
Library for defining and working with abstract regular expressions that support strings/sequences with elements of any symbol type, with an emphasis on supporting scenarios in which it is necessary to work with regular expressions as abstract mathematical objects.
yurrriq/word-processing-in-groups
:book: Word Processing in Groups
Anduis/AutomatonConverter
Transforming a regular expression into a nondeterministic automaton, then into a deterministic automaton, and back to a regular expression.
GBathie/property_test_regular
Efficient C++ implementation of a property tester for regular expressions/languages.
henriquecolini/automata
Parses Formal Regular Expressions and outputs graphs.
josevandermeulen/Simplifier
This project aims to simplify regular expressions using unique identifiers for equivalent expressions. It integrates various representations of regular languages and provides efficient algorithms for simplification and conversion. The system includes an additional layer for optimizing expression size using a Union-Find structure.
nanochanuwu/FP
Group project for the course Functional Programming (2023/24) at the University of Amsterdam
JoelRomero97/Teoria-Computacional
Prácticas relacionadas a la teorĂa del lenguaje, gramáticas, AFD, AFN y una máquina de Turing que realiza una suma de 2 nĂşmeros binarios en lenguaje C.
lucaspetry/regular-languages-manager
Tool for manipulating Regular Languages
sColin16/regular-languages
A Python package to explore regular languages and their representations