Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
/ RobotPlusPlus Public archive

A parser to compile a madeup RobotPlusPlus code language into G1ANT.ROBOT code.

License

Notifications You must be signed in to change notification settings

applejag/RobotPlusPlus

Repository files navigation

Robot++

A parser to compile the new Robot++ code into G1ANT.Robot code.

master indev
Build status master Build status indev

Example

Input

num = 10
hex = num.ToString("x")
dialog(num + " = 0x" + hex)

Output

♥num=10
♥hex=⊂♥num.ToString("x")⊃
dialog message ⊂♥num+" = 0x"+♥hex⊃

Preview from Core 0.7.18309.1491

(Using VS Code to quickly compile and show result in split window) cli-in-vscode

About

A parser to compile a madeup RobotPlusPlus code language into G1ANT.ROBOT code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages