Added
- pypi release
- initial documentation
- benchmarks (addition, outer product, matrix multiply, compile time)
- symbolic shapes only dimension is required at compile time
- support for core operations
- (+-*/)
- reduce(binop)
- inner(binop, binop)
- outer(binop)
- indexing
- arbitrary transpose
- shape, dnf, onf compilation stages
- onf stage is naive compiler (no loop reduction, loop ordering, etc.)
- lex/yacc moa frontend and `LazyArray` frontend