Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
piumarta
/
javascrypt
mirror da
https://github.com/mtardy/javascrypt.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
1
Wiki
Attività
Sfoglia il codice sorgente
Add readme
pull/1/head
mtardy
4 anni fa
parent
91adda1f21
commit
fb5c56fb7b
1 ha cambiato i file
con
26 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+26
-0
README.md
+ 26
- 0
README.md
Vedi 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
```
Scrivi
Anteprima
Caricamento…
Annulla
Salva