项目作者: maciej-nowak

项目描述 :
State finite machines examples, thrax gramma and simple regex tasks. Created at the University as the project within Automata Theory and Formal Languages classes in 2014. The purpose of those examples was to learn automata and formal languages theory and also create simple state finite machines.
高级语言: C++
项目地址: git://github.com/maciej-nowak/ATFL-State-Finite-Machines.git
创建时间: 2018-02-06T19:55:57Z
项目社区:https://github.com/maciej-nowak/ATFL-State-Finite-Machines

开源协议:

下载


ATFL-State-Finite-Machines

State finite machines examples, thrax gramma and simple regex tasks. Created at the University as the project within Automata Theory and Formal Languages classes in 2014. The purpose of those examples was to learn automata and formal languages theory and also create simple state finite machines.

State finite machines

Example programs of state finite machines like converting nondeterministic to deterministic machine, is words acceptable by machine, program which counts passes in the machine. All programs take machine as input in specific given format.

Thrax gramma

The program of a thrax grammar that converts numbers from a range from -999,999 from 999.999.

Regular expressions

Example programs of regular expressions like validation or text converting.