An ergonomic object-oriented high-level language that compiles to C++.
- v1.14 - July 6, 2022
- macOS, Linux, Windows
- MIT License
- By Brom Bresenham
Install Morlock.
Installing Morlock will also install Rogue and Rogo.
Rogue comes with a work-in-progress VS Code extension which can be found in the Syntax/VSCode
folder.
Rogue comes with syntax and indent modules for Vim; they are located in the Syntax/Vim folder.
-
roguec
by itself for options. -
Execute these shell commands for a simple test:
echo println '"Hello World!"' > Hello.rogue roguec Hello.rogue --execute
Rogue is released under the terms of the MIT License.
Rogue was created by Brom Bresenham in 2015. Brom Bresenham and Murphy McCauley lead Rogue's design and development.