Skip to content

Releases: rey-language/rey

Rey v0.0.1-pre — Core Interpreter

27 Dec 14:14
586379c

Choose a tag to compare

Pre-release

This is the first pre-release of Rey.

Rey currently includes:

  • Lexer and parser
  • AST-based interpreter
  • Dynamic execution model
  • Variable declarations and expressions
  • Binary and unary operations
  • Scoped environments
  • Deterministic runtime errors

Not yet implemented:

  • Function calls and closures
  • Control flow (if/while)
  • Standard library
  • Type enforcement

Supported platforms:

  • macOS (Apple Silicon)
  • Windows (x86_64)

This release freezes the core architecture and marks the beginning of runtime development.

Installation (Pre-release)

Download the appropriate binary from the Releases page.

macOS

chmod +x rey-v0-macos-arm64
./rey-v0-macos-arm64 file.rey

###windows

rey-v0-windows-x86_64.exe file.rey