Skip to content

Latest commit

 

History

History
 
 

scalc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Make dependencies

  1. bison 2.5
  2. flex 2.5.35
  3. gcc 4.7.0

Introduction

  1. ~$ cd src; make to make the project.
  2. src$ ./calc to start the calculator.
  3. Only support '+', '-', '*' and '( )' operators and integer, float types.
  4. Press Ctrl + C or D to exit.