Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 556 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 556 Bytes

coyote

coyote is a VERY work-in-progress alternative implementation of the Jackal programming language by hyenasky. It's currently just a testing ground and will be fully written in Mars once the self-hosted compiler is complete.

coyote focuses on both comptime efficency and runtime performance, using the Iron compiler backend for higher optimization compared to the official implementation.