Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.83 KB

File metadata and controls

40 lines (30 loc) · 1.83 KB
████████  ████████  ████████  ████████████  ████████████
████      ████  ██    ████    ████████████  ████████████
████      ████████    ████            ████  ████    ████
████      ████  ██    ████            ████          ████
████████  ████  ██    ████        ████████        ██████
                                  ████████      ██████
████████████████████████████          ████    ██████
████████████████████████████          ████  ██████
████████████████████████████  ████████████  ████████████
████████████████████████████  ████████████  ████████████

Low-level implementation of CAT-32 system with MIAU language interpreter.

There is nothing to tell for now.

Building

Requirements

  • Meson / Muon
  • Ninja / Samurai
  • C++11 compiler
  • SDL3 library

Build

meson setup build
meson compile -C build

Then run CAT-32 executable from ./build directory.

License

This project is licensed under GNU General Public License version 3 or later.

Contributing

This project follows the Heretic Git Guidelines.