0.0.1-stable.patch3 • Published 3 years ago

g-script v0.0.1-stable.patch3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

: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>
  • \: verbose verbose;dev:true dev:true verbose;line line
  • \<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.