Skip to content

Command-Line Usage

dyms <filename>

Examples:

# Run directly with Go
go run . test/01_basic_features.dy

# Build and run
.\build.bat build
.\build\dyms.exe test/21_simple_test.dy

# Run all tests
.\build.bat test