|
11 months ago | |
---|---|---|
.. | ||
api | 11 months ago | |
program | 11 months ago | |
tests | 11 months ago | |
.gitignore | 11 months ago | |
Cargo.toml | 11 months ago | |
README.md | 11 months ago | |
package.json | 11 months ago | |
pnpm-lock.yaml | 11 months ago | |
tsconfig.json | 11 months ago |
Steel is a ...
Consts
– Program constants.Error
– Custom program errors.Event
– Custom program events.Instruction
– Declared instructions.Add
– Add ...Initialize
– Initialize ...Counter
– Counter ...Compile your program:
steel build
Run unit and integration tests:
steel test