Skip to content

capythulhu/trivial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trivial

trivial is a ternary computer written in Golang. It is an improved version of its predecessor, TAYLOR, written in C.

📃 Prerequisites

You must have Go 1.16+ in order to compile trivial.

⚙️ Compiling

First, clone this repository with the following command:

git clone https://github.com/thzoid/trivial.git

Then, compile it:

cd trivial
go build

🚀 Usage

For now, trivial is essentially a virtualized ternary memory. You can use it like:

./trivial <ternary memory> <tryte to read>

Example of usage:

./trivial +0-+0-+0-++- 1
------++-

📝 License

Copyright © 2022 Thiago Antunes.
This project is MIT licensed.

About

Ternary computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages