Skip to content

Add evaluating command to nef #176

@miguelangel-dev

Description

@miguelangel-dev

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:

.left("Hi!")

Modules

UI

  • NefRun

Component

  • update public API in nef
  • NefRun
  • NefModels

Breaking changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions