0.0.1-stable.patch3 • Published 4 years ago
g-script v0.0.1-stable.patch3
:zap: Setup
G-Lang is still in development, but you can still test it out.
There is a npm package, namely g-script, that you can download.
$ npm i -g g-script // install the package using the -g arugment!After that, you now have access to the glang command. Command Usage;
$ glang <options> < run | shell > <filename>- \:
verboseverbose;dev:truedev:trueverbose;lineline - \<run | shell>:
run <filename.g>: runs a file |shell: runs a interactive shell.
Docs
You can call all traditional JavaScript functions on your variables, for example, you can run string.substring(0,6) in G-Lang, it will automatically run the JavaScript function for you.
0.0.1-stable.patch3
4 years ago
0.0.1-stable.patch2
4 years ago
0.0.1-stable.patch1
4 years ago
0.0.1-stable
4 years ago