소스 검색

Update README

pull/5/head
mtardy 4 년 전
부모
커밋
00f5633247
1개의 변경된 파일14개의 추가작업 그리고 3개의 파일을 삭제
  1. +14
    -3
      README.md

+ 14
- 3
README.md 파일 보기

@ -2,11 +2,16 @@
## Requirements
Please install peg/leg manually or with Homebrew:
Please install [peg/leg](https://www.piumarta.com/software/peg/) manually or with Homebrew:
```bash
$ brew install peg
```
Please install [the Boehm-Demers-Weiser conservative garbage collector](https://www.hboehm.info/gc/) manually or with Homebrew:
```bash
$ brew install bdw-gc
```
## Build
```bash
@ -16,11 +21,17 @@ $ make
## Usage
```bash
$ echo "2+3" | ./calc
$ echo "a=2+3 a*2" | ./calc
```
## Test
## Tests
Simple tests:
```bash
$ ./test.sh
```
Custom test:
```bash
$ ./calc < test.txt
```

불러오는 중...
취소
저장