Skip to content

A small, fast and dynamicly typed scripting language written in Zig.

Notifications You must be signed in to change notification settings

smekuria1/cyzig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyzig

A small, fast and dynamically typed scripting language written in Zig. Inspired by WAIIG by Thorsten Ball

Features

  • Functions
  • Higher-order functions
  • Closures
  • Integers and Arithmetic
  • Booleans
  • Builtins
    • len
    • rest
    • push
  • Dynamic Arrays

Installation

Build Cyzig with Zig(I hope to track master but currently works with 0.14.0-dev.1511+54b668f8a)

  zig build

Running Cyzig

Run REPL

    cyzig

Interpret File

    cyzig [fileName]

About

A small, fast and dynamicly typed scripting language written in Zig.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages