Skip to content

A calculator implement using perl regular expression calculators

License

Notifications You must be signed in to change notification settings

A-Helberg/Regex-Grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

This is a simple calculator implemented with the use of Perl Regexp::Grammar.

The Calculator reads the specified input file and executes the commands within.

See input.txt for the expected format.

To run type $> perl calc.pl input_file_name.txt

To run tests type $> perl tests.pl

Supported commands

  1. SUM
  2. MIN
  3. MAX
  4. AVERAGE

About

A calculator implement using perl regular expression calculators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages