Skip to content

z-silver/elevator-chime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevator Chime

Keeping it vertical,
forever elevator.
Riding the escalator
to the something that is greater.

-- Nujabes & Cyne - Feather

Elevator Chime is a Zig reimplementation of Chime.

zig build test executes the triangle numbers and short multiplication example programs.

zig build chaff reads a chaff assembly file from stdin, compiles it and writes the result to stdout.

zig build run -- <compiled-file> loads and executes a compiled program.

A plain zig build produces two executables: elevator-chime, which is the program called by zig build run, and chaff, which is called by zig build chaff.

Written against Zig version 0.13.0.

About

Zig implementation of the Chime VM

Topics

Resources

License

Stars

Watchers

Forks

Languages