Skip to content

CSLCLI - CSL Parser and Validator

CSLCLI is a command-line tool for parsing and validating CSL (CPC Script Language) files.

Features

  • Parse CSL script files
  • Validate CSL syntax
  • Rich error reporting with line/column information
  • Output parsed script structure
  • Verbose debugging mode

Quick Start

# Parse and validate a CSL file
cslcli script.csl

# Verbose output
cslcli -v script.csl

What is CSL?

CSL (CPC Script Language) is a scripting language used for automating CPC emulation and testing scenarios. It allows you to: - Control emulator behavior - Automate input sequences - Run automated tests - Script demo/game sequences

See Also