This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
javascrypt
mirror of
https://github.com/mtardy/javascrypt.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Add readme
pull/1/head
mtardy
4 years ago
parent
91adda1f21
commit
fb5c56fb7b
1 changed files
with
26 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+26
-0
README.md
+ 26
- 0
README.md
View File
@ -0,0 +1,26 @@
# Basic calculator
## Requirements
Please install peg/leg manually or with Homebrew:
```bash
$ brew install peg
```
## Build
```bash
$ make
```
## Usage
```bash
$ echo "2+3" | ./calc
```
## Test
```bash
$ ./test.sh
```
Write
Preview
Loading…
Cancel
Save