-
-
Notifications
You must be signed in to change notification settings - Fork 1
Compilation
S Pradosh edited this page Oct 23, 2022
·
2 revisions
Melon language interprets the file and compiles it into a melon language executable (.mle)
Use compile-script
like
> compile-script
to compile your script, if it finds any error it will terminate.
Use run-binary
like
> run-binary
to run a compiled file, 100% the compiled file will not have error unless was modified indirectly.
Copyright (C) S Pradosh 2023 - Closed Source Project
Architecture and OS that Melon Supports
Setup Melon Language for Windows Terminal
Setup Melon Language for VSCode Terminal
Setup Environment CLI for Melon Language on Windows
Copy Paste: [](https://github.com/pradosh-arduino/Melon-Language/)