Documentation ยถ
Overview ยถ
Evy parses, runs, and formats Evy source code.
Evy on the command line supports all built-in functions except for graphics functions and event handlers. Only the web interface on evy.dev/play supports graphics and events.
The Evy toolchain has two subcommands: run and fmt.
Usage: evy <command> evy is a tool for managing evy source code. Flags: -h, --help Show context-sensitive help. -V, --version Print version information Commands: run [<source>] Run Evy program. fmt [<files> ...] Format Evy files. Run "evy <command> --help" for more information on a command.
Directories ยถ
Path | Synopsis |
---|---|
pkg
|
|
assert
Package assert is a minimal testing utility package with inline assertions.
|
Package assert is a minimal testing utility package with inline assertions. |
evaluator
Package evaluator executes a given Evy program by walking its AST.
|
Package evaluator executes a given Evy program by walking its AST. |
lexer
Package lexer tokenizes the input.
|
Package lexer tokenizes the input. |
parser
Package parser generates an AST for Evy programs.
|
Package parser generates an AST for Evy programs. |
Click to show internal directories.
Click to hide internal directories.