suncloudsmoon / KGScript

A scripting language written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Usage: ./KGScript file.kgs [options]

Examples

  1. prints("Example")
  2. printi(15)
  3. printi(10+5)
  4. printi(lens("Example"))
  5. printi(addi(3,5,15))
  6. system("ls")

Documentation

Documentation of KGScript is in KGIO.

Incomplete Features

  1. Writing binary files: Incomplete in function arguments
  2. Reading binary files
  3. Decompiling binary files

Compiling

You can compile the scripting language using make command.

About

A scripting language written in C

License:MIT License


Languages

Language:C 97.9%Language:Makefile 2.1%