Skip to content

Tekiter/unicat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unicat

This repository includes...

  • Unicat Interpreter
  • Unicat Compiler
  • Unicat Decompiler

Original unicat from here

Catpiler

This is a simple Unicat compiler. You can generate Unicat code from assembly-like language.

Usage

compile

$ python3 catpiler.py ../examples/star.cata -o ../examples/star.cat

run

$ python3 unicat.py ../examples/star.cat
5
*
**
***
****
*****

decompile

$ python decatpiler.py ../examples/star.cat

About

Unicat interpreter and toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages