Description
Let nef evaluate the code, not only verify it compiles, but also runs it.
Sample usage
nef run --project <nef playground>
Input:
import Bow
let either = Either<String, Int>.left("Hi!")
print(either)
Output:
Modules
UI
Component
- update public API in
nef
- NefRun
- NefModels
Breaking changes