AST
Você não pode selecionar mais de 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 736acd9595 Reverting indentation fix 4 anos atrás
.gitignore basic calculator 4 anos atrás
Makefile Use -o option instead of output redirection 4 anos atrás
README.md Add readme 4 anos atrás
calc.leg Reverting indentation fix 4 anos atrás
test.sh Fix tests numerotation 4 anos atrás

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