Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The purpose of this program is to learn and test the F# programming language. This program is beyond rudimentary, but works.

The calculator accepts and parses an expression string, e.g 1+2*3-4, follows order of operations, and returns the calculated value: 3. It supports the four basic operations as well as parentheses and exponents using ^.

Software Demo Video

Development Environment

Visual Studio 2022 F#

Useful Websites

Future Work

  • Better expression validation and error handling
  • Optimization
  • Math function like sin

About

Calculator parser written in F#

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages