AndreMacielSousa / UAbALL

The "Automata Learning Lab da Universidade Aberta (UAbALL)" strives to be an integrated laboratory for simulation of Automata. A first phase focused on building the base and introducing the Simulation of Deterministic Finite Automata (DFA). This Laboratory intends to enjoy the capacity of extensibility and adaptability, being this document a technical and scientific basis for the future production of the remaining components, as well as adapted to new technological realities and distribution platforms.

Home Page:https://andremaciel.pt/UAb/UAbALL/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UAbALL

The "Automata Learning Lab da Universidade Aberta (UAbALL)" strives to be an integrated laboratory for simulation of Automata. A first phase focused on building the base and introducing the Simulation of Deterministic Finite Automata (DFA). This Laboratory intends to enjoy the capacity of extensibility and adaptability, being this document a technical and scientific basis for the future production of the remaining components, as well as adapted to new technological realities and distribution platforms.

During this work, Central Concepts of Automata Theory are used, such as Alphabet (Ξ£) - Finite set of symbols; String - Finite sequence of symbols chosen from an alphabet; Empty String (Ξ΅) - or Empty String; String Length (|πœ”|) - number of elements in the String; String Concatenation (π‘₯=011;𝑦=100;π‘₯𝑦=011100); Language (𝓛) - set of symbols that obey a property in an Alphabet; Set Builders - for defining Languages, for example { πœ” | πœ” 𝑖𝑠 π‘Ž π‘π‘Ÿπ‘–π‘šπ‘’ π‘π‘–π‘›π‘Žπ‘Ÿπ‘¦ π‘›π‘’π‘šπ‘π‘’π‘Ÿ}.

Chapter 1 consists of the formal presentation of the project, outlining the objectives and presenting the work plan.

For the second Chapter, the design process was reserved, with respective specifications and drawings, from the application of languages, through menus, global functionalities, graphical interface, discussion and decision of the environment, plus the definition of resources.

Chapter 3 is dedicated to the implementation of the themes and approaches addressed in the former chapter, concluding with tests on the application and discussion regarding the results achieved.

Before the presentation concerning the conclusions, version 0.1 of the laboratory is made available, and the plan for monitoring new versions is outlined.

All code resulting from this project is attached to the end of this project manual, which indicates the technical report for future work.

Keywords: Finite Automota, Regular Expressions and Languages, Context-Free Grammars and Languages, Turing Machines.

Source: http://hdl.handle.net/10400.2/10079

Version 1.0

Everything Is AWESOME

About

The "Automata Learning Lab da Universidade Aberta (UAbALL)" strives to be an integrated laboratory for simulation of Automata. A first phase focused on building the base and introducing the Simulation of Deterministic Finite Automata (DFA). This Laboratory intends to enjoy the capacity of extensibility and adaptability, being this document a technical and scientific basis for the future production of the remaining components, as well as adapted to new technological realities and distribution platforms.

https://andremaciel.pt/UAb/UAbALL/

License:MIT License


Languages

Language:JavaScript 85.4%Language:CSS 8.4%Language:HTML 6.2%