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 31b1fa6cdb Add the object structure 4 anos atrás
drafts Add the object structure 4 anos atrás
.gitignore Add the object structure 4 anos atrás
Makefile Add the object structure 4 anos atrás
README.md Add readme 5 anos atrás
calc.leg Add the object structure 4 anos atrás
test.sh Add the object structure 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