A high-level scripting language that runs entirely on an Arduino Mega.
Copy this entire repository folder to your Arduino/libraries
folder.
Arduino IDE versions tested:
- 1.8.2
- 1.8.5
Arduino models tested:
- Mega2560
Kitty will only work on an Arduino Mega as it requires a high amount of sketch and flash memory.
Additional Arduino libraries required:
- ArduinoUnit for unit tests
- ArduinoLog for logging
Open live_interpreter/live_interpreter.ino
using the Arduino IDE.
Upload the sketch to the Arduino Mega.
Use the Arduino IDE serial monitor to enter commands into the interpreter.
The baud rate should be set as 115200 baud
, and newline character as Newline
in the corner of the serial monitor.
See the language guide here for a guide to the language syntax and features.
For a more in-depth look at the language specifications, see [here](TODO: INSERT LINK).
See the library documentation on github pages.
Mattheus Lee email me