Skip to content
Snippets Groups Projects
Commit 235227d0 authored by lang0909's avatar lang0909
Browse files

Add README.md

parent 71ac7cb4
No related branches found
No related tags found
No related merge requests found
# Numerical Expression Calculator
## 개요
프로그램 실행 후 입력받는 수식을 통해 수식의 맞는 결과를 출력하는 일종의 계산기를 구현한다.
## 사용된 환경 & version
- Ubuntu 18.04.1 LTS (64bit)
- gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
- flex 2.6.4
## 사용 시 주의사항
### Makefile에 정의 된 매크로를 사용하여 조금 더 편리하게 사용한다.
```bash
make
./a.out
1+2
```
**입력및실행**
```bash
make clean
```
**make로 생성 된 object 파일 삭제**
#### 기능 설명
### 입력및출력 예시
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment