An Interpreter for the 1991 Oriel scripting language

Oriel is a graphics-based batch language that aims to recreate the 1991 implementation of the language for Windows 3 on modern hardware. This interpreter is built using Rust and Gtk+3. While there may be support for the 1994 Windows NT version of Oriel in the future, it is currently elusive. The program can be compiled by running a specific command. There are 55 example programs from the book available in the examples directory, including a hello world program. The program is distributed under the GNU General Public License. Thanks are given to the creators of Oriel and the authors of the book.

https://github.com/wojciech-graj/oriel

To top