Code Generator for Regular Expression and Finite Automata

dc.contributor.authorNiranjan, Hegde
dc.contributor.authorArjunsarjan, .NG
dc.contributor.authorAshwini Uday, Naik
dc.contributor.authorManjunath Lakshman, Naik
dc.date.accessioned2016-07-13T09:21:05Z
dc.date.available2016-07-13T09:21:05Z
dc.date.issued2016-07-13T09:21:05Z
dc.description.abstractGeneralizing the common pattern of implementing Regular Expressions (RE) by converting them into a finite automaton that can be programmed, is the main idea of the Regular Expression Java Code Generator. Writing code that writes code has been introduced in Lisp, but taking this into a higher level by introducing the possibility to execute, and modify the written code is the main aim of this project. A “compiler” for regular expressions is useful to turn the expressions we write into executable code. Programming and resolving problems within automata theory is a complex process, which is time consuming and still the results may not be reliable (because of the great possibility to make mistakes while doing the required traversing steps). This project is an introduction of a tool that automatically generates Java Source Code for a given RE or Finite Automata, which significantly reduces complexity and increases productivity in a very short time. This is also a learning process tool, that can be used as a starting point to better understand the automata theory. Regular Expression Code Generator tool provides support for auto generating Java code for programming and executing (deterministic) finite automatons. It takes as input a regular expression and converts it into an equivalent nondeterministic and deterministic finite automaton, then automatically generates Java Source Code with the implementation of the DFA for the given RE.en_US
dc.identifier.urihttp://hdl.handle.net/123456789/6216
dc.language.isoenen_US
dc.subjectCode Generator for Regular Expression and Finite Automataen_US
dc.subjectNiranjan Hegdeen_US
dc.subjectArjunsarjan .NGen_US
dc.subjectAshwini Uday Naiken_US
dc.subjectManjunath Lakshman Naiken_US
dc.titleCode Generator for Regular Expression and Finite Automataen_US
dc.typeOtheren_US
Files
Original bundle
Now showing 1 - 1 of 1
Loading...
Thumbnail Image
Name:
1NH12CS077.pdf
Size:
1.93 MB
Format:
Adobe Portable Document Format
License bundle
Now showing 1 - 1 of 1
No Thumbnail Available
Name:
license.txt
Size:
1.79 KB
Format:
Item-specific license agreed upon to submission
Description:
Collections