https://github.com/treeplate/plane_stack
https://github.com/treeplate/plane_stack
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/treeplate/plane_stack
- Owner: treeplate
- Created: 2021-02-06T23:41:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T00:27:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T11:44:26.583Z (over 1 year ago)
- Language: Dart
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plane_stack
## A computer, made of planes.
### PlaneAssembly
Lines are of the form: _box_ _input_* (seperated by spaces)
The result goes on the namesake, the plane stack.
#### Boxes
This is more commonly called an operation
xxx boxes
#### Inputs
`istack`:
A plane from the plane stack.
`const` _n_:
A new plane with value _n_, no animation.
`input`:
TODO: `FromUser`
### ***TODO: More stuff***