-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Warning
This is a DEV build. Expect bugs. Use code with caution.
Features may be rewritten without notice causing scripts to break.
As this project is a CLI-based programming language, I figured it would be difficult to learn without actual documentation. While the CLI provides a pretty help page, it is very bare bones - best used as a reminder of how a specific command works, and not for actual command lookup.
Another point that I will mention here is that this language is designed to be entirely written in a script - the program looks for one as soon as it opens itself. The point of this is to allow completely hands-free operations, as if set up correctly with WinPE(tutorial to come), it can run tasks as soon as the device boots up - ideal for batch/mass repetetive operations over multiple devices. Additionally, some commands work differently depending on whether it was executed via CLI or script(tutorial to come).