Skip to content

seedform/DFA-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFA Tester

A deterministic finite automaton (DFA) tester that allows users to build and test DFAs.

Users can:

  • Define their own alphabets
  • Define states and set transitions
  • Test if a string is accepted or rejected by a DFA

<a href="https://play.google.com/store/apps/details?id=com.seedform.dfatester">
  <img 
     alt="Get it on Google Play"
     src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" />

Project Import Instructions

In Eclipse:

  1. Import the DFATester project into your Eclipse workspace. SystemBarTint.jar should be automatically imported.
  2. Add android-support-v7-appcompat as a (library) project in Eclipse (if you haven't yet, download the Android Support Library using the Android SDK Manager).
  3. Add android-support-v7-appcompat as a library in DFATester (Project properties -> Android).

License

Copyright 2013 Shudmanul Chowdhury

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A deterministic finite automaton tester app for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages