Skip to content

A recognization algorithm based on a very simple language rule

Notifications You must be signed in to change notification settings

jackr276/Simple-Language-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Language Recognizer in C++

Author: Jack Robbins

This project is the full implementation of of a simple langauge recognizer. Given a file, RA7Prog.cpp will go through the file line by line, and call the inLanguage function in the inLanguage.cpp file that analyzes the sentence, according to the following Langauge Sentence Rule: Language Rules: L = {S#S’ , where S is a possibly empty string other than #, and S’ = reverse(S)}. Appropriate messages are then printed out.

About

A recognization algorithm based on a very simple language rule

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages