Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Compiler_hw2_numerical-expression-calculator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lang0909
Compiler_hw2_numerical-expression-calculator
Commits
235227d0
Commit
235227d0
authored
5 years ago
by
lang0909
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
71ac7cb4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+32
-0
32 additions, 0 deletions
README.md
with
32 additions
and
0 deletions
README.md
0 → 100644
+
32
−
0
View file @
235227d0
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment