Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.
/ tbaparser Public archive

A simple parser as a final task of Automata Theory and Languages at Telkom University.

License

Notifications You must be signed in to change notification settings

wisn/tbaparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBAParser

A simple parser as a final task of Automata Theory and Languages at Telkom University.

Finite Automata Design

FA

Run Program

  • Clone this repository.
  • Compile with C++11 e.g. g++ parser.cpp -std=c++11.
  • Run the program and input your arithmetic expression.

Note

Currently, this program is on the first phase.

License

Licensed under The MIT License.

About

A simple parser as a final task of Automata Theory and Languages at Telkom University.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages