Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
mtardy 6d57c3ff0b Apply advice from draft2.c to calc.leg há 4 anos
.gitignore Update draft for interning same symbol há 4 anos
Makefile Use -o option instead of output redirection há 4 anos
README.md Add readme há 4 anos
calc.leg Apply advice from draft2.c to calc.leg há 4 anos
draft.c Apply advice from draft2.c to calc.leg há 4 anos
draft2.c Apply advice from draft2.c to calc.leg há 4 anos
test.sh Add arbitrary var identifiers há 4 anos

README.md

Basic calculator

Requirements

Please install peg/leg manually or with Homebrew:

$ brew install peg

Build

$ make

Usage

$ echo "2+3" | ./calc

Test

$ ./test.sh