Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/48cf/curly


https://github.com/48cf/curly

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# curly

An attempt at creating a toy ISA along with a """functional""" toolchain and some example programs.

## Usage

Run `zig build run-emulator` to run the emulator and `zig build run-assembler ` to run the assembler.
Currently the emulator runs some hardcoded code and assembler produces a list of tokens.

You can currently use my [Comp](https://github.com/czapek1337/comp) fork to write high level code that compiles into runnable Curly code.