Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/48cf/curly
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/48cf/curly
- Owner: 48cf
- License: 0bsd
- Created: 2022-07-03T18:38:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T18:35:49.000Z (about 2 years ago)
- Last Synced: 2024-05-02T05:00:20.774Z (8 months ago)
- Language: Zig
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.