f.sh | ||
log.f | ||
main | ||
main.go | ||
model.f | ||
README.md |
To do:
- Write README
- Add show more info version
- Add division?
- Read from file?
- Save to file?
- Program into a small device, like a calculator?
- Allow comments?
- Use a sed filter?
go run main.go < model.f sed 's|//||' model.f | go run main.go