Minaac

From Esolang
Jump to navigation Jump to search

Minaac (Minaac Is Not An Assembler Clone), made by User:TheJebForge, is a run-time interpreted esoteric programming language capable of recreating a Turing machine making it a Turing-complete language.

The language is similar to machine code by syntax, but it's not a clone. You'll understand why when you'll try it. It requires C++11 to run.

It can be integrated into any C++ program and have custom functions and buffers to be used with that specific program.

Example code

Way to print "Hello world!" is

buf 0x1 out
put {{{ Hello World! }}} 0x1
mov 13 0x1

External resources

Further information about the language can be found at the repo on GitLab.