Skip to content

josemavarez11/Regular-Expressions-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Expressions Validator

C++ console program that validates the input of different types of character strings based on the following regular expressions:

  • Digit: [0-9]
  • Letter = [a-zA-Z]
  • Integer = digit+
  • Real Number = digit+ . digit+
  • Identifier = letter (digit | letter ) *
  • Operator = (+ | | - | | * | / | %)

screenshot_1

screenshot_2

screenshot_3

Note

School project for compiler design class at URU.

Releases

No releases published

Packages

 
 
 

Languages