Note: Still Under Construction...
Rosgolla (yes, it's named after a cat) is a toy programming language.
- Meow Mode: You can write a basic program with cat's language(the "meow"s).
- Dynamic Typed: Easy to use.
Note: The source code uses c99 features.
- Compile source code in src (with params to support c99 for your C compiler).
- Use the generated binary interpreter in a Terminal. You can use REPL interface or pass in a text script file.
(You can use compiledrosgolla.exe
inbuild/output
direcotry if you're using Windows)
- Run meow_bird_go.ros
rosgolla meow_bird_go.ros
This project is inspired by the following sources:
- CraftingInterpreters WebSite: The initial structure of Rosgolla referred the website's Clox implementation.
- Brainfuck Language: Rosgolla's "Meow Mode" is based on brainfuck.